Completed
Push — master ( ab0655...5df8b2 )
by Дмитрий
04:36 queued 11s
created
src/Analyzer/AstTraverser.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;
7 7
 
8
-use PhpParser\NodeVisitor;
9 8
 use PHPSA\Context;
10 9
 
11 10
 class AstTraverser extends \PhpParser\NodeTraverser
Please login to merge, or discard this patch.
src/Definition/ClassMethod.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -10,8 +10,6 @@
 block discarded – undo
10 10
 use PHPSA\Compiler\Expression;
11 11
 use PHPSA\Compiler\Parameter;
12 12
 use PHPSA\Context;
13
-use PHPSA\ScopePointer;
14
-use PHPSA\Variable;
15 13
 
16 14
 class ClassMethod extends AbstractDefinition
17 15
 {
Please login to merge, or discard this patch.