@@ -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); |
@@ -109,7 +109,7 @@ |
||
109 | 109 | } |
110 | 110 | |
111 | 111 | /** |
112 | - * @param $queueName |
|
112 | + * @param string $queueName |
|
113 | 113 | * |
114 | 114 | * @return AmqpQueue |
115 | 115 | */ |