@@ -31,6 +31,9 @@ discard block |
||
31 | 31 | 'desc' => 'processAlternateDescriptionTag', |
32 | 32 | ]; |
33 | 33 | |
34 | + /** |
|
35 | + * @param CommandInfo $commandInfo |
|
36 | + */ |
|
34 | 37 | public function __construct($commandInfo) |
35 | 38 | { |
36 | 39 | $this->commandInfo = $commandInfo; |
@@ -39,6 +42,7 @@ discard block |
||
39 | 42 | /** |
40 | 43 | * Parse the docBlock comment for this command, and set the |
41 | 44 | * fields of this class with the data thereby obtained. |
45 | + * @param string $docblock |
|
42 | 46 | */ |
43 | 47 | public function parse($docblock) |
44 | 48 | { |