Completed
Pull Request — master (#196)
by Enrico
03:52
created
src/Analyzer/Pass/Statement/AssignmentInCondition.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
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_;
Please login to merge, or discard this patch.
src/Compiler/Expression.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.