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