Test Failed
Push — master ( 3b4c09...efb6fb )
by Richard
02:50
created
src/App/Config.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\App;
12 12
 
13 13
 use Lechimp\Dicto\Report;
14
-
15 14
 use Symfony\Component\Config\Definition\Processor;
16 15
 use Symfony\Component\Config\Definition\ConfigurationInterface;
17 16
 use Symfony\Component\Config\Definition\Builder\TreeBuilder;
Please login to merge, or discard this patch.
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.