Completed
Pull Request — master (#81)
by Maximilian
01:20
created
src/ConfigBridge.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -10,14 +10,14 @@
 block discarded – undo
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]>
Please login to merge, or discard this patch.