@@ -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); |
@@ -119,7 +119,7 @@ |
||
| 119 | 119 | * @param string $queueDir |
| 120 | 120 | * @param string $id |
| 121 | 121 | * |
| 122 | - * @return array |
|
| 122 | + * @return string[] |
|
| 123 | 123 | */ |
| 124 | 124 | private function processFileOrFail($queueDir, $id) { |
| 125 | 125 | $name = $queueDir.DIRECTORY_SEPARATOR.$id; |