@@ -11,7 +11,6 @@ |
||
11 | 11 | namespace Lechimp\Dicto\App; |
12 | 12 | |
13 | 13 | use Lechimp\Dicto\App\RuleLoader; |
14 | -use Lechimp\Dicto\Rules\Ruleset; |
|
15 | 14 | use Symfony\Component\Yaml\Yaml; |
16 | 15 | use Pimple\Container; |
17 | 16 | use PhpParser\ParserFactory; |
@@ -10,9 +10,7 @@ |
||
10 | 10 | |
11 | 11 | namespace Lechimp\Dicto\Rules; |
12 | 12 | |
13 | -use Lechimp\Dicto\Definition as Def; |
|
14 | 13 | use Lechimp\Dicto\Analysis\Query; |
15 | -use Lechimp\Dicto\Analysis\Violation; |
|
16 | 14 | |
17 | 15 | /** |
18 | 16 | * This checks wheather there is some text in the definition of an entity. |
@@ -15,7 +15,6 @@ |
||
15 | 15 | use Lechimp\Dicto\Indexer\Insert; |
16 | 16 | use Doctrine\DBAL\Connection; |
17 | 17 | use Doctrine\DBAL\Schema; |
18 | -use Doctrine\DBAL\Types\Type; |
|
19 | 18 | use Doctrine\DBAL\Schema\Synchronizer\SingleDatabaseSynchronizer; |
20 | 19 | |
21 | 20 | class DB implements Insert, Query { |
@@ -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 |