Completed
Pull Request — master (#150)
by Дмитрий
03:17
created
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.
tests/PHPSA/Defintion/RuntimeClassDefintionTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use PHPSA\Compiler\Parameter;
6 6
 use PHPSA\Definition\RuntimeClassDefinition;
7
-use PHPSA\Variable;
8 7
 use ReflectionClass;
9 8
 use Tests\PHPSA\TestCase;
10 9
 
Please login to merge, or discard this patch.
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.