@@ -13,6 +13,9 @@ |
||
| 13 | 13 | |
| 14 | 14 | abstract class AbstractCommand extends Command |
| 15 | 15 | { |
| 16 | + /** |
|
| 17 | + * @param string $name |
|
| 18 | + */ |
|
| 16 | 19 | public function __construct($name) |
| 17 | 20 | { |
| 18 | 21 | parent::__construct('bernard:doctrine:'.$name); |
@@ -122,7 +122,7 @@ |
||
| 122 | 122 | * @param string $queueDir |
| 123 | 123 | * @param string $id |
| 124 | 124 | * |
| 125 | - * @return array |
|
| 125 | + * @return string[] |
|
| 126 | 126 | */ |
| 127 | 127 | private function processFileOrFail($queueDir, $id) { |
| 128 | 128 | $name = $queueDir.DIRECTORY_SEPARATOR.$id; |