@@ -11,10 +11,8 @@ |
||
11 | 11 | namespace Lechimp\Dicto\Rules; |
12 | 12 | |
13 | 13 | use Lechimp\Dicto\Analysis\Index; |
14 | -use Lechimp\Dicto\Analysis\Violation; |
|
15 | 14 | use Lechimp\Dicto\Definition\ArgumentParser; |
16 | 15 | use Lechimp\Dicto\Indexer\ListenerRegistry; |
17 | -use Lechimp\Dicto\Graph\Node; |
|
18 | 16 | use Lechimp\Dicto\Graph\Relation; |
19 | 17 | |
20 | 18 | /** |
@@ -12,9 +12,7 @@ |
||
12 | 12 | |
13 | 13 | use Lechimp\Dicto\Graph; |
14 | 14 | use Doctrine\DBAL\Schema; |
15 | -use Doctrine\DBAL\Types\Type; |
|
16 | 15 | use Doctrine\DBAL\Schema\Synchronizer\SingleDatabaseSynchronizer; |
17 | -use Doctrine\DBAL\Statement; |
|
18 | 16 | |
19 | 17 | class IndexDB extends DB { |
20 | 18 | /** |