@@ -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 |
@@ -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 |