@@ -7,7 +7,6 @@ |
||
| 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; |
@@ -8,7 +8,6 @@ |
||
| 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; |
@@ -9,7 +9,6 @@ |
||
| 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; |