Completed
Pull Request — master (#194)
by Enrico
07:43
created
src/Compiler/Statement/ElseIfSt.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Compiler/Statement/ElseSt.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.