@@ -10,7 +10,7 @@ |
||
10 | 10 | protected $name = '\PhpParser\Node\Stmt\ElseIf_'; |
11 | 11 | |
12 | 12 | /** |
13 | - * @param \PhpParser\Node\Stmt\ElseIf_ $statement |
|
13 | + * @param \PhpParser\Node\Stmt\ElseIf_ $elseIfStatement |
|
14 | 14 | * @param Context $context |
15 | 15 | */ |
16 | 16 | public function compile($elseIfStatement, Context $context) |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Tests\PHPSA\Expression\BinaryOp; |
4 | 4 | |
5 | 5 | use PhpParser\Node; |
6 | -use PHPSA\CompiledExpression; |
|
7 | 6 | use PHPSA\Compiler\Expression; |
8 | 7 | use PHPSA\Compiler\Expression\Operators\UnaryMinus; |
9 | 8 |
@@ -10,7 +10,7 @@ |
||
10 | 10 | protected $name = '\PhpParser\Node\Stmt\Else_'; |
11 | 11 | |
12 | 12 | /** |
13 | - * @param \PhpParser\Node\Stmt\Else_ $statement |
|
13 | + * @param \PhpParser\Node\Stmt\Else_ $elseStatement |
|
14 | 14 | * @param Context $context |
15 | 15 | */ |
16 | 16 | public function compile($elseStatement, Context $context) |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Tests\PHPSA\Expression\BinaryOp; |
4 | 4 | |
5 | 5 | use PhpParser\Node; |
6 | -use PHPSA\CompiledExpression; |
|
7 | 6 | use PHPSA\Compiler\Expression; |
8 | 7 | use PHPSA\Compiler\Expression\Operators\UnaryMinus; |
9 | 8 |