Completed
Pull Request — master (#10)
by Tomáš
24:14
created
src/CodeSniffer/CodeSnifferFactory.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\CodeSniffer;
9 9
 
10
-use PHP_CodeSniffer;
11 10
 use Symplify\MultiCodingStandard\Contract\CodeSniffer\FileSystem\RulesetFileSystemInterface;
12 11
 use Symplify\MultiCodingStandard\Contract\CodeSniffer\FileSystem\SniffFileSystemInterface;
13 12
 use Symplify\MultiCodingStandard\Contract\CodeSniffer\Naming\SniffNamingInterface;
Please login to merge, or discard this patch.
src/Command/RunCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 namespace Symplify\MultiCodingStandard\Command;
9 9
 
10 10
 use Exception;
11
-use PHP_CodeSniffer;
12 11
 use Symfony\Component\Console\Command\Command;
13 12
 use Symfony\Component\Console\Input\InputArgument;
14 13
 use Symfony\Component\Console\Input\InputInterface;
Please login to merge, or discard this patch.
src/DI/MultiCodingStandardExtension.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 
10 10
 use Nette\DI\CompilerExtension;
11 11
 use Nette\DI\Helpers;
12
-use Nette\DI\ServiceDefinition;
13 12
 use Symfony\Component\Console\Command\Command;
14 13
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
15 14
 use Symfony\Component\EventDispatcher\EventSubscriberInterface;
Please login to merge, or discard this patch.