Completed
Push — master ( 2a510c...5bfa5e )
by Richard
03:56
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/DB/IndexDBFactory.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -10,8 +10,6 @@
 block discarded – undo
10 10
 
11 11
 namespace Lechimp\Dicto\DB;
12 12
 
13
-use Lechimp\Dicto\Report\ResultDB;
14
-
15 13
 class IndexDBFactory {
16 14
     /**
17 15
      * Create a new database for index at path.
Please login to merge, or discard this patch.