@@ -5,7 +5,6 @@ |
||
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 |
@@ -10,8 +10,6 @@ |
||
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 | { |