@@ -49,7 +49,7 @@ |
||
| 49 | 49 | */ |
| 50 | 50 | public function getTasksDue() |
| 51 | 51 | { |
| 52 | - return array_filter($this->tasks, function (TaskInterface $task) { |
|
| 52 | + return array_filter($this->tasks, function(TaskInterface $task) { |
|
| 53 | 53 | return $task->isDue(); |
| 54 | 54 | }); |
| 55 | 55 | } |