Completed
Pull Request — master (#198)
by Enrico
04:19
created
src/Analyzer/Pass/Expression/Casts.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Analyzer/Pass/Expression/CompareWithArray.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,8 +5,6 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.