Completed
Push — master ( 1aa4f4...8adc48 )
by Richard
02:46
created
src/Definition/Fluid/ExistingVar.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.
src/Indexer/PhpParser/InvocationsListener.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\Indexer\PhpParser;
12 12
 
13 13
 use Lechimp\Dicto\Analysis\Consts;
14
-use Lechimp\Dicto\Indexer as I;
15 14
 use PhpParser\Node as N;
16 15
 
17 16
 /**
Please login to merge, or discard this patch.
src/Indexer/PhpParser/DependenciesListener.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\Indexer\PhpParser;
12 12
 
13 13
 use Lechimp\Dicto\Analysis\Consts;
14
-use Lechimp\Dicto\Indexer as I;
15 14
 use PhpParser\Node as N;
16 15
 
17 16
 /**
Please login to merge, or discard this patch.