@@ -30,6 +30,9 @@ |
||
| 30 | 30 | |
| 31 | 31 | private $task; |
| 32 | 32 | |
| 33 | + /** |
|
| 34 | + * @param string $status |
|
| 35 | + */ |
|
| 33 | 36 | public function __construct($status, TaskInterface $task) { |
| 34 | 37 | |
| 35 | 38 | $name = $task->name; |