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