Completed
Push — master ( 4d4bdb...b7fa7c )
by Michael
06:37
created
src/Console/Command/FixCommand.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -12,9 +12,7 @@
 block discarded – undo
12 12
 use Symfony\Component\Console\Input\InputInterface;
13 13
 use Symfony\Component\Console\Input\InputOption;
14 14
 use Symfony\Component\Console\Output\OutputInterface;
15
-use PhpCsFixer\ConfigInterface;
16 15
 use PhpCsFixer\Console\Command\FixCommand as BaseFixCommand;
17
-use PhpCsFixer\Fixer;
18 16
 use PhpCsFixer\ToolInfo;
19 17
 use Symfony\Component\Console\Input\InputArgument;
20 18
 
Please login to merge, or discard this patch.