Completed
Pull Request — master (#25)
by Matthew
04:07
created
src/PHPFormatter/Command/HeaderCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
 use Symfony\Component\Console\Input\InputOption;
23 23
 use Symfony\Component\Console\Output\OutputInterface;
24 24
 use Symfony\Component\Filesystem\Filesystem;
25
-
26 25
 use Mmoreram\PHPFormatter\Finder\ConfigFinder;
27 26
 use Mmoreram\PHPFormatter\Finder\FileFinder;
28 27
 use Mmoreram\PHPFormatter\Fixer\HeaderFixer;
Please login to merge, or discard this patch.
src/PHPFormatter/Console/Application.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 namespace Mmoreram\PHPFormatter\Console;
17 17
 
18 18
 use Symfony\Component\Console\Application as BaseApplication;
19
-
20 19
 use Mmoreram\PHPFormatter\Command;
21 20
 
22 21
 /**
Please login to merge, or discard this patch.
src/PHPFormatter/Fixer/HeaderFixer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 namespace Mmoreram\PHPFormatter\Fixer;
17 17
 
18 18
 use Symfony\Component\Console\Command\Command;
19
-
20 19
 use Mmoreram\PHPFormatter\Fixer\Interfaces\FixerInterface;
21 20
 
22 21
 /**
Please login to merge, or discard this patch.