@@ -12,9 +12,7 @@ |
||
12 | 12 | use Symfony\Component\Console\Input\InputInterface; |
13 | 13 | use Symfony\Component\Console\Input\InputOption; |
14 | 14 | use Symfony\Component\Console\Output\OutputInterface; |
15 | -use PhpCsFixer\ConfigInterface; |
|
16 | 15 | use PhpCsFixer\Console\Command\FixCommand as BaseFixCommand; |
17 | -use PhpCsFixer\Fixer; |
|
18 | 16 | use PhpCsFixer\ToolInfo; |
19 | 17 | use Symfony\Component\Console\Input\InputArgument; |
20 | 18 |