Completed
Pull Request — master (#8)
by Tomáš
04:59
created
src/Configuration/Configuration.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 
8 8
 namespace Symplify\MultiCodingStandard\Configuration;
9 9
 
10
-use Symfony\CS\FixerInterface;
11 10
 use Symplify\MultiCodingStandard\Contract\CodeSniffer\Naming\SniffNamingInterface;
12 11
 use Symplify\MultiCodingStandard\Contract\Configuration\ConfigurationInterface;
13 12
 use Symplify\MultiCodingStandard\Contract\Configuration\MultiCsFileLoaderInterface;
Please login to merge, or discard this patch.
src/Command/FixCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use Symfony\Component\Finder\Finder;
17 17
 use Symfony\CS\Fixer;
18 18
 use Symplify\MultiCodingStandard\CodeSniffer\CodeBeautifier;
19
-use Symplify\MultiCodingStandard\CodeSniffer\CodeBeautifierFactory;
20 19
 use Symplify\MultiCodingStandard\Console\ExitCode;
21 20
 use Symplify\MultiCodingStandard\Contract\CodeSniffer\CodeBeautifierFactoryInterface;
22 21
 
Please login to merge, or discard this patch.