@@ -9,7 +9,6 @@ |
||
9 | 9 | */ |
10 | 10 | |
11 | 11 | namespace Lechimp\Dicto\Definition\Fluid; |
12 | -use Lechimp\Dicto\Definition as Def; |
|
13 | 12 | |
14 | 13 | /** |
15 | 14 | * Provides fluid interface to entities that were already defined before, at |
@@ -11,7 +11,6 @@ |
||
11 | 11 | namespace Lechimp\Dicto\Indexer\PhpParser; |
12 | 12 | |
13 | 13 | use Lechimp\Dicto\Analysis\Consts; |
14 | -use Lechimp\Dicto\Indexer as I; |
|
15 | 14 | use PhpParser\Node as N; |
16 | 15 | |
17 | 16 | /** |
@@ -11,7 +11,6 @@ |
||
11 | 11 | namespace Lechimp\Dicto\Indexer\PhpParser; |
12 | 12 | |
13 | 13 | use Lechimp\Dicto\Analysis\Consts; |
14 | -use Lechimp\Dicto\Indexer as I; |
|
15 | 14 | use PhpParser\Node as N; |
16 | 15 | |
17 | 16 | /** |