Completed
Push — feature/add-stricts ( 7abd9e )
by Marc
02:38
created
src/PHPFormatter/Command/HeaderCommand.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.
src/PHPFormatter/Command/StrictCommand.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.
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\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.