@@ -150,7 +150,7 @@ |
||
150 | 150 | * should select the output format that is most appropriate |
151 | 151 | * for use in scripts (e.g. to pipe to another command). |
152 | 152 | * |
153 | - * @return string |
|
153 | + * @return boolean |
|
154 | 154 | */ |
155 | 155 | protected function getFormat($options) |
156 | 156 | { |
@@ -42,6 +42,7 @@ |
||
42 | 42 | /** |
43 | 43 | * Parse the docBlock comment for this command, and set the |
44 | 44 | * fields of this class with the data thereby obtained. |
45 | + * @param string $docblock |
|
45 | 46 | */ |
46 | 47 | public function parse($docblock) |
47 | 48 | { |