@@ -13,9 +13,9 @@ |
||
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. |
@@ -12,8 +12,6 @@ |
||
12 | 12 | namespace CLIFramework; |
13 | 13 | |
14 | 14 | use Symfony\Component\Console\Command\Command as BaseCommand; |
15 | -use Symfony\Component\Console\Input\InputInterface; |
|
16 | -use Symfony\Component\Console\Output\OutputInterface; |
|
17 | 15 | |
18 | 16 | /** |
19 | 17 | * |