Completed
Push — master ( 9e8f3a...aad910 )
by Wachter
05:44
created
src/Task/Storage/ArrayStorage/ArrayTaskRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
 
79 79
         return array_values(
80 80
             $this->taskCollection->filter(
81
-                function (TaskInterface $task) use ($now) {
81
+                function(TaskInterface $task) use ($now) {
82 82
                     return $task->getLastExecution() === null || $task->getLastExecution() > $now;
83 83
                 }
84 84
             )->toArray()
Please login to merge, or discard this patch.