@@ -4,8 +4,6 @@ |
||
4 | 4 | use phpDocumentor\Reflection\DocBlock; |
5 | 5 | use phpDocumentor\Reflection\DocBlock\Tag\ParamTag; |
6 | 6 | use phpDocumentor\Reflection\DocBlock\Tag\ReturnTag; |
7 | -use Consolidation\AnnotatedCommand\Parser\CommandInfo; |
|
8 | -use Consolidation\AnnotatedCommand\Parser\DefaultsWithDescriptions; |
|
9 | 7 | |
10 | 8 | /** |
11 | 9 | * Given a class and method name, parse the annotations in the |
@@ -2,7 +2,6 @@ |
||
2 | 2 | namespace Consolidation\AnnotatedCommand\Parser; |
3 | 3 | |
4 | 4 | use Symfony\Component\Console\Input\InputOption; |
5 | -use Consolidation\AnnotatedCommand\Parser\Internal\CommandDocBlockParser; |
|
6 | 5 | use Consolidation\AnnotatedCommand\Parser\Internal\CommandDocBlockParserFactory; |
7 | 6 | use Consolidation\AnnotatedCommand\AnnotationData; |
8 | 7 |
@@ -30,7 +30,7 @@ |
||
30 | 30 | /** |
31 | 31 | * @var boolean |
32 | 32 | * @var string |
33 | - */ |
|
33 | + */ |
|
34 | 34 | protected $docBlockIsParsed = false; |
35 | 35 | |
36 | 36 | /** |