@@ -222,7 +222,7 @@ discard block |
||
222 | 222 | * store that does not itself depend on the annotated-command library. |
223 | 223 | * |
224 | 224 | * @param Mixed $dataStore |
225 | - * @return type |
|
225 | + * @return AnnotatedCommandFactory |
|
226 | 226 | */ |
227 | 227 | public function setDataStore($dataStore) |
228 | 228 | { |
@@ -362,6 +362,10 @@ discard block |
||
362 | 362 | } |
363 | 363 | } |
364 | 364 | |
365 | + /** |
|
366 | + * @param string $string |
|
367 | + * @param integer $n |
|
368 | + */ |
|
365 | 369 | protected function getNthWord($string, $n, $default = '', $delimiter = ' ') |
366 | 370 | { |
367 | 371 | $words = explode($delimiter, $string); |