@@ -16,6 +16,9 @@ |
||
| 16 | 16 | */ |
| 17 | 17 | abstract class AbstractCommand extends Command |
| 18 | 18 | { |
| 19 | + /** |
|
| 20 | + * @param string $name |
|
| 21 | + */ |
|
| 19 | 22 | public function __construct($name) |
| 20 | 23 | { |
| 21 | 24 | parent::__construct('bernard:doctrine:' . $name); |
@@ -23,6 +23,9 @@ |
||
| 23 | 23 | */ |
| 24 | 24 | protected $router; |
| 25 | 25 | |
| 26 | + /** |
|
| 27 | + * @param string $name |
|
| 28 | + */ |
|
| 26 | 29 | public function __construct($name, EventDispatcherInterface $dispatcher, Router $router) |
| 27 | 30 | { |
| 28 | 31 | parent::__construct($name); |