Failed Conditions
Push — master ( e14870...93a960 )
by Alexander
01:43
created
src/CodeInsight/Application.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,11 +13,11 @@
 block discarded – undo
13 13
 
14 14
 use ConsoleHelpers\CodeInsight\Command\BackwardsCompatibilityCommand;
15 15
 use ConsoleHelpers\CodeInsight\Command\CompletionCommand;
16
-use ConsoleHelpers\CodeInsight\Command\ReportCommand;
17 16
 use ConsoleHelpers\CodeInsight\Command\Dev\MigrationCreateCommand;
17
+use ConsoleHelpers\CodeInsight\Command\MissingTestsCommand;
18
+use ConsoleHelpers\CodeInsight\Command\ReportCommand;
18 19
 use ConsoleHelpers\CodeInsight\Command\SyncCommand;
19 20
 use ConsoleHelpers\ConsoleKit\Application as BaseApplication;
20
-use ConsoleHelpers\CodeInsight\Command\MissingTestsCommand;
21 21
 use Symfony\Component\Console\Command\Command;
22 22
 
23 23
 class Application extends BaseApplication
Please login to merge, or discard this patch.