Completed
Pull Request — master (#5)
by VEBER
02:07
created
app/Application.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,9 +13,9 @@
 block discarded – undo
13 13
 
14 14
 use Symfony\Component\Console\Application as BaseApplication;
15 15
 use Symfony\Component\Console\Input\InputInterface;
16
-use Symfony\Component\DependencyInjection\ContainerInterface;
17
-use Symfony\Component\Console\Output\OutputInterface;
18 16
 use Symfony\Component\Console\Input\InputOption;
17
+use Symfony\Component\Console\Output\OutputInterface;
18
+use Symfony\Component\DependencyInjection\ContainerInterface;
19 19
 
20 20
 /**
21 21
  * Application.
Please login to merge, or discard this patch.