Completed
Push — master ( 3d6cb8...b93a87 )
by Richard
05:57
created
src/Rules/ContainText.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
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
 /**
Please login to merge, or discard this patch.
src/App/IndexDB.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -12,11 +12,9 @@
 block discarded – undo
12 12
 
13 13
 use Lechimp\Dicto\Variables\Variable;
14 14
 use Lechimp\Dicto\Analysis\Query;
15
-use Lechimp\Dicto\Analysis\CompilesVars;
16 15
 use Lechimp\Dicto\Indexer\Insert;
17 16
 use Lechimp\Dicto\Indexer\CachesReferences;
18 17
 use Doctrine\DBAL\Schema as S;
19
-use Doctrine\DBAL\Types\Type;
20 18
 use Doctrine\DBAL\Schema\Synchronizer\SingleDatabaseSynchronizer;
21 19
 
22 20
 class IndexDB extends DB implements Insert, Query {
Please login to merge, or discard this patch.