@@ -14,7 +14,6 @@ |
||
14 | 14 | use Lechimp\Dicto\Indexer\Insert; |
15 | 15 | use Lechimp\Dicto\Indexer\Location; |
16 | 16 | use Lechimp\Dicto\Analysis\Query; |
17 | -use Lechimp\Dicto\Analysis\Violation; |
|
18 | 17 | use \Lechimp\Dicto\Variables\Variable; |
19 | 18 | |
20 | 19 | /** |
@@ -10,9 +10,6 @@ |
||
10 | 10 | |
11 | 11 | namespace Lechimp\Dicto\Indexer; |
12 | 12 | |
13 | -use Lechimp\Dicto\Variables\Variable; |
|
14 | -use PhpParser\Node as N; |
|
15 | - |
|
16 | 13 | /** |
17 | 14 | * Interface to implement Rules that visit the AST. |
18 | 15 | * |