@@ -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); |