Completed
Push — master ( 1e9ef5...3740bc )
by Richard
05:53 queued 29s
created
src/Rules/ContainText.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -11,10 +11,8 @@
 block discarded – undo
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
 /**
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,9 +12,7 @@
 block discarded – undo
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
     /**
Please login to merge, or discard this patch.
src/Analysis/Analyzer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 namespace Lechimp\Dicto\Analysis;
12 12
 
13 13
 use Lechimp\Dicto\Rules\Ruleset;
14
-use Lechimp\Dicto\Variables\Variable;
15 14
 use Psr\Log\LoggerInterface as Log;
16 15
 
17 16
 /**
Please login to merge, or discard this patch.
src/Variables/WithProperty.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 
11 11
 namespace Lechimp\Dicto\Variables;
12 12
 
13
-use Lechimp\Dicto\Graph\Node;
14 13
 use Lechimp\Dicto\Graph\PredicateFactory;
15 14
 
16 15
 /**
Please login to merge, or discard this patch.