@@ -10,14 +10,14 @@ |
||
10 | 10 | use PhpCsFixer\FixerFactory; |
11 | 11 | use SLLH\StyleCIBridge\StyleCI\Configuration; |
12 | 12 | use SLLH\StyleCIFixers\Fixers; |
13 | +use Symfony\CS\Fixer; |
|
14 | +use Symfony\CS\FixerInterface; |
|
15 | +use Symfony\CS\Fixer\Contrib\HeaderCommentFixer; |
|
13 | 16 | use Symfony\Component\Config\Definition\Processor; |
14 | 17 | use Symfony\Component\Console\Formatter\OutputFormatterStyle; |
15 | 18 | use Symfony\Component\Console\Output\ConsoleOutput; |
16 | 19 | use Symfony\Component\Console\Output\OutputInterface; |
17 | 20 | use Symfony\Component\Yaml\Yaml; |
18 | -use Symfony\CS\Fixer; |
|
19 | -use Symfony\CS\Fixer\Contrib\HeaderCommentFixer; |
|
20 | -use Symfony\CS\FixerInterface; |
|
21 | 21 | |
22 | 22 | /** |
23 | 23 | * @author Sullivan Senechal <[email protected]> |