Test Setup Failed
Push — master ( 873e68...dac780 )
by Richard
02:38 queued 36s
created
src/Rules/ContainText.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 
13 13
 use Lechimp\Dicto\Regexp;
14 14
 use Lechimp\Dicto\Analysis\Index;
15
-use Lechimp\Dicto\Analysis\Violation;
16 15
 use Lechimp\Dicto\Definition\ArgumentParser;
17 16
 use Lechimp\Dicto\Graph\Node;
18 17
 use Lechimp\Dicto\Graph\PredicateFactory;
Please login to merge, or discard this patch.
src/DB/IndexDB.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -13,8 +13,6 @@
 block discarded – undo
13 13
 use Lechimp\Dicto\Graph;
14 14
 use Lechimp\Dicto\Indexer\Insert;
15 15
 use Doctrine\DBAL\Schema;
16
-use Doctrine\DBAL\Schema\Synchronizer\SingleDatabaseSynchronizer;
17
-use Doctrine\DBAL\Statement;
18 16
 
19 17
 class IndexDB extends DB implements Insert
20 18
 {
Please login to merge, or discard this patch.
src/Report/ResultDB.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use Lechimp\Dicto\Rules\Rule;
18 18
 use Lechimp\Dicto\Variables\Variable;
19 19
 use Doctrine\DBAL\Schema;
20
-use Doctrine\DBAL\Schema\Synchronizer\SingleDatabaseSynchronizer;
21 20
 
22 21
 class ResultDB extends DB implements Listener
23 22
 {
Please login to merge, or discard this patch.