Completed
Push — master ( 340ff8...bd87f9 )
by Richard
06:48
created
src/Rules/ContainText.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -10,9 +10,7 @@
 block discarded – undo
10 10
 
11 11
 namespace Lechimp\Dicto\Rules;
12 12
 
13
-use Lechimp\Dicto\Definition as Def;
14 13
 use Lechimp\Dicto\Analysis\Query;
15
-use Lechimp\Dicto\Analysis\Violation;
16 14
 
17 15
 /**
18 16
  * This checks wheather there is some text in the definition of an entity.
Please login to merge, or discard this patch.
src/Rules/Relation.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
  */
10 10
 
11 11
 namespace Lechimp\Dicto\Definition\Fluid;
12
-use Lechimp\Dicto\Definition as Def;
13 12
 
14 13
 /**
15 14
  * Provides fluid interface to entities that were already defined before, at
Please login to merge, or discard this patch.