Completed
Push — master ( 77c095...ba5436 )
by Peter
01:42 queued 11s
created
src/pmill/Scheduler/TaskList.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.