Completed
Push — master ( 7a5d54...ee8e05 )
by Greg
02:43
created
src/Parser/CommandInfo.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Consolidation\AnnotatedCommand\Parser;
3 3
 
4
-use Consolidation\AnnotatedCommand\Parser\Internal\CommandDocBlockParser;
5 4
 use Consolidation\AnnotatedCommand\Parser\Internal\CommandDocBlockParserFactory;
6 5
 use Consolidation\AnnotatedCommand\AnnotationData;
7 6
 
Please login to merge, or discard this patch.
src/AnnotatedCommandFactory.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,9 +4,6 @@
 block discarded – undo
4 4
 use Consolidation\AnnotatedCommand\Hooks\HookManager;
5 5
 use Consolidation\AnnotatedCommand\Parser\CommandInfo;
6 6
 use Consolidation\OutputFormatters\Options\FormatterOptions;
7
-use Symfony\Component\Console\Command\Command;
8
-use Symfony\Component\Console\Input\InputInterface;
9
-use Symfony\Component\Console\Output\OutputInterface;
10 7
 
11 8
 /**
12 9
  * The AnnotatedCommandFactory creates commands for your application.
Please login to merge, or discard this patch.