@@ -15,7 +15,6 @@ |
||
15 | 15 | use Cliphar\Exception\InvalidCommandException; |
16 | 16 | use Cliphar\Exception\InvalidServiceProviderException; |
17 | 17 | use Cliphar\InputDefinition\Exception\InputDefinitionParsingException; |
18 | -use Cliphar\InputDefinition\InputDefinitionParser; |
|
19 | 18 | use Cliphar\ServiceProvider; |
20 | 19 | use Cliphar\Symfony\SymfonyConsoleApplication; |
21 | 20 | use Exception; |
@@ -11,12 +11,7 @@ |
||
11 | 11 | namespace Cliphar\Symfony; |
12 | 12 | |
13 | 13 | use Cliphar\Binder; |
14 | -use Psr\Log\LogLevel; |
|
15 | 14 | use Symfony\Component\Console\Application; |
16 | -use Symfony\Component\Console\Formatter\OutputFormatter; |
|
17 | -use Symfony\Component\Console\Formatter\OutputFormatterStyle; |
|
18 | -use Symfony\Component\Console\Input\ArgvInput; |
|
19 | -use Symfony\Component\Console\Output\ConsoleOutput; |
|
20 | 15 | use Symfony\Component\Console\Output\OutputInterface; |
21 | 16 | |
22 | 17 | /** |