Completed
Pull Request — master (#86)
by Kévin
03:18
created
src/Compiler/Statement/ReturnSt.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 PHPSA\CompiledExpression;
9 9
 use PHPSA\Context;
10
-use PHPSA\Compiler\Expression;
11 10
 
12 11
 class TryCatchSt extends AbstractCompiler
13 12
 {
Please login to merge, or discard this patch.
src/Definition/ClassMethod.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 PHPSA\CompiledExpression;
9 9
 use PHPSA\Context;
10
-use PHPSA\Compiler\Expression;
11 10
 
12 11
 class TryCatchSt extends AbstractCompiler
13 12
 {
Please login to merge, or discard this patch.
tests/PHPSA/TestCase.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 PHPSA\CompiledExpression;
9 9
 use PHPSA\Context;
10
-use PHPSA\Compiler\Expression;
11 10
 
12 11
 class TryCatchSt extends AbstractCompiler
13 12
 {
Please login to merge, or discard this patch.
src/Compiler/Statement/ForeachSt.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/Expression/MethodCall.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\Compiler\Expression;
7 7
 
8
-use PhpParser\Node\Expr\Variable;
9 8
 use PHPSA\Check;
10 9
 use PHPSA\CompiledExpression;
11 10
 use PHPSA\Context;
Please login to merge, or discard this patch.