@@ -22,7 +22,6 @@ |
||
22 | 22 | use Symfony\Component\Console\Input\InputOption; |
23 | 23 | use Symfony\Component\Console\Output\OutputInterface; |
24 | 24 | use Symfony\Component\Filesystem\Filesystem; |
25 | - |
|
26 | 25 | use Mmoreram\PHPFormatter\Finder\ConfigFinder; |
27 | 26 | use Mmoreram\PHPFormatter\Finder\FileFinder; |
28 | 27 | use Mmoreram\PHPFormatter\Fixer\HeaderFixer; |
@@ -16,7 +16,6 @@ |
||
16 | 16 | namespace Mmoreram\PHPFormatter\Console; |
17 | 17 | |
18 | 18 | use Symfony\Component\Console\Application as BaseApplication; |
19 | - |
|
20 | 19 | use Mmoreram\PHPFormatter\Command; |
21 | 20 | |
22 | 21 | /** |
@@ -16,7 +16,6 @@ |
||
16 | 16 | namespace Mmoreram\PHPFormatter\Fixer; |
17 | 17 | |
18 | 18 | use Symfony\Component\Console\Command\Command; |
19 | - |
|
20 | 19 | use Mmoreram\PHPFormatter\Fixer\Interfaces\FixerInterface; |
21 | 20 | |
22 | 21 | /** |