Completed
Pull Request — master (#131)
by Greg
01:46
created
src/Hooks/HookManager.php 1 patch
Unused Use Statements   -7 removed lines patch added patch discarded remove patch
@@ -2,19 +2,12 @@
 block discarded – undo
2 2
 namespace Consolidation\AnnotatedCommand\Hooks;
3 3
 
4 4
 use Symfony\Component\Console\Command\Command;
5
-use Symfony\Component\Console\Input\InputInterface;
6
-use Symfony\Component\Console\Output\OutputInterface;
7
-
8 5
 use Symfony\Component\Console\ConsoleEvents;
9 6
 use Symfony\Component\Console\Event\ConsoleCommandEvent;
10 7
 use Symfony\Component\EventDispatcher\EventSubscriberInterface;
11 8
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
12 9
 use Symfony\Component\EventDispatcher\EventDispatcher;
13
-
14
-use Consolidation\AnnotatedCommand\ExitCodeInterface;
15 10
 use Consolidation\AnnotatedCommand\OutputDataInterface;
16
-use Consolidation\AnnotatedCommand\AnnotationData;
17
-use Consolidation\AnnotatedCommand\CommandData;
18 11
 use Consolidation\AnnotatedCommand\CommandError;
19 12
 use Consolidation\AnnotatedCommand\Hooks\Dispatchers\CommandEventHookDispatcher;
20 13
 
Please login to merge, or discard this patch.