Completed
Pull Request — master (#9)
by Tomáš
04:35 queued 02:10
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
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use Symfony\Component\Console\Output\OutputInterface;
15 15
 use Symfony\Component\Console\Style\StyleInterface;
16 16
 use Symfony\Component\Finder\Finder;
17
-use Symfony\CS\Fixer;
18 17
 use Symplify\MultiCodingStandard\CodeSniffer\CodeBeautifier;
19 18
 use Symplify\MultiCodingStandard\Console\ExitCode;
20 19
 use Symplify\MultiCodingStandard\Contract\CodeSniffer\CodeBeautifierFactoryInterface;
Please login to merge, or discard this patch.