Completed
Pull Request — master (#74)
by Sullivan
02:14
created
src/ConfigBridge.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -9,15 +9,15 @@
 block discarded – undo
9 9
 use PhpCsFixer\FixerFactory;
10 10
 use SLLH\StyleCIBridge\StyleCI\Configuration;
11 11
 use SLLH\StyleCIFixers\Fixers;
12
+use Symfony\CS\Fixer;
13
+use Symfony\CS\FixerInterface;
14
+use Symfony\CS\Fixer\Contrib\HeaderCommentFixer;
12 15
 use Symfony\Component\Config\Definition\Processor;
13 16
 use Symfony\Component\Console\Formatter\OutputFormatterStyle;
14 17
 use Symfony\Component\Console\Output\ConsoleOutput;
15 18
 use Symfony\Component\Console\Output\OutputInterface;
16 19
 use Symfony\Component\DependencyInjection\Container;
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.