@@ -6,9 +6,7 @@ |
||
| 6 | 6 | use Psr\Log\LogLevel; |
| 7 | 7 | use Symfony\Component\Console\Output\OutputInterface; |
| 8 | 8 | use Symfony\Component\Console\Output\ConsoleOutputInterface; |
| 9 | - |
|
| 10 | 9 | use Symfony\Component\Console\Style\SymfonyStyle; |
| 11 | -use Symfony\Component\Console\Input\StringInput; |
|
| 12 | 10 | |
| 13 | 11 | /** |
| 14 | 12 | * Replacement for Symfony\Component\Console\Logger\ConsoleLogger. |