@@ -21,6 +21,9 @@ |
||
21 | 21 | */ |
22 | 22 | private $scheduler; |
23 | 23 | |
24 | + /** |
|
25 | + * @param string $name |
|
26 | + */ |
|
24 | 27 | public function __construct($name, SchedulerInterface $scheduler) |
25 | 28 | { |
26 | 29 | parent::__construct($name); |