@@ -6,7 +6,6 @@ |
||
6 | 6 | use PHPSA\Analyzer\Pass\AnalyzerPassInterface; |
7 | 7 | use PHPSA\Compiler\Event\ExpressionAfterCompile; |
8 | 8 | use PHPSA\Context; |
9 | -use Symfony\Component\Config\Definition\Builder\TreeBuilder; |
|
10 | 9 | use PHPSA\CompiledExpression; |
11 | 10 | |
12 | 11 | class Casts implements AnalyzerPassInterface |
@@ -5,7 +5,6 @@ |
||
5 | 5 | |
6 | 6 | namespace PHPSA\Analyzer\Pass\Statement; |
7 | 7 | |
8 | -use PhpParser\Node\Expr; |
|
9 | 8 | use PhpParser\Node\Expr\Assign; |
10 | 9 | use PhpParser\Node\Stmt; |
11 | 10 | use PhpParser\Node\Stmt\Do_; |
@@ -5,8 +5,6 @@ |
||
5 | 5 | use PhpParser\Node\Expr; |
6 | 6 | use PHPSA\Analyzer\Pass\AnalyzerPassInterface; |
7 | 7 | use PHPSA\Context; |
8 | -use Symfony\Component\Config\Definition\Builder\TreeBuilder; |
|
9 | -use PHPSA\CompiledExpression; |
|
10 | 8 | |
11 | 9 | class CompareWithArray implements AnalyzerPassInterface |
12 | 10 | { |