Failed Conditions
Push — master ( 9ab98a...04484b )
by Alexander
03:08
created
src/CodeInsight/KnowledgeBase/KnowledgeBase.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,9 +18,9 @@
 block discarded – undo
18 18
 use ConsoleHelpers\CodeInsight\KnowledgeBase\DataCollector\ConstantDataCollector;
19 19
 use ConsoleHelpers\CodeInsight\KnowledgeBase\DataCollector\FunctionDataCollector;
20 20
 use ConsoleHelpers\ConsoleKit\ConsoleIO;
21
+use Go\ParserReflection\LocatorInterface;
21 22
 use Go\ParserReflection\Locator\CallableLocator;
22 23
 use Go\ParserReflection\Locator\ComposerLocator;
23
-use Go\ParserReflection\LocatorInterface;
24 24
 use Go\ParserReflection\ReflectionEngine;
25 25
 use Go\ParserReflection\ReflectionFile;
26 26
 use Symfony\Component\Finder\Finder;
Please login to merge, or discard this patch.