@@ -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 |
@@ -7,7 +7,6 @@ |
||
7 | 7 | |
8 | 8 | use InvalidArgumentException; |
9 | 9 | use phpDocumentor\Reflection\DocBlockFactory; |
10 | -use PHPSA\Check; |
|
11 | 10 | use PHPSA\CompiledExpression; |
12 | 11 | use PHPSA\Compiler\Event\ExpressionBeforeCompile; |
13 | 12 | use PHPSA\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 |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use PhpParser\Node\Stmt\Class_; |
8 | 8 | use PhpParser\Node\Stmt; |
9 | 9 | use PHPSA\Analyzer\Pass\AnalyzerPassInterface; |
10 | -use PHPSA\Analyzer\Pass\ConfigurablePassInterface; |
|
11 | 10 | use PHPSA\Context; |
12 | 11 | |
13 | 12 | class MissingVisibility implements AnalyzerPassInterface |