Skip to content

Commit 5b095f7

Browse files
committed
#2330 - Adjust CS
1 parent 9e2cdd3 commit 5b095f7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Library/Operators/Other/IssetOperator.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class IssetOperator extends AbstractOperator
2929
/**
3030
* Compiles an 'isset' operator.
3131
*
32-
* @param array $expression
32+
* @param array $expression
3333
* @param CompilationContext $compilationContext
3434
*
3535
* @return CompiledExpression

Library/Statements/Let/ObjectDynamicProperty.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class ObjectDynamicProperty
2727
/**
2828
* Compiles foo->{x} = {expr}.
2929
*
30-
* @param string $variable
30+
* @param string $variable
3131
* @param ZephirVariable $symbolVariable
3232
* @param CompiledExpression $resolvedExpr
3333
* @param CompilationContext $compilationContext

Library/Statements/Let/ObjectDynamicStringProperty.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class ObjectDynamicStringProperty
2626
/**
2727
* Compiles foo->{"x"} = {expr}.
2828
*
29-
* @param string $variable
29+
* @param string $variable
3030
* @param ZephirVariable $symbolVariable
3131
* @param CompiledExpression $resolvedExpr
3232
* @param CompilationContext $compilationContext

Library/Statements/UnsetStatement.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public function compile(CompilationContext $compilationContext): void
9494
}
9595

9696
/**
97-
* @param array $expression
97+
* @param array $expression
9898
* @param CompilationContext $compilationContext
9999
*
100100
* @return CompilationContext

0 commit comments

Comments
 (0)