@@ -19,7 +19,7 @@ |
||
19 | 19 | /** |
20 | 20 | * @var boolean |
21 | 21 | * @var string |
22 | - */ |
|
22 | + */ |
|
23 | 23 | protected $docBlockIsParsed; |
24 | 24 | |
25 | 25 | /** |
@@ -192,6 +192,7 @@ |
||
192 | 192 | * |
193 | 193 | * The pattern we will look for is any file whose name ends in 'Commands.php'. |
194 | 194 | * A list of paths to found files will be returned. |
195 | + * @param string $baseNamespace |
|
195 | 196 | */ |
196 | 197 | protected function discoverCommandFiles($directory, $baseNamespace) |
197 | 198 | { |