Test Failed
Push — master ( 43deea...9c8827 )
by Joshua
59s
created
Task/TaskManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
         ];
66 66
         $this->tasks[] = $prioritized;
67 67
 
68
-        $sortFunc = function ($a, $b) {
68
+        $sortFunc = function($a, $b) {
69 69
             return $a['priority'] > $b['priority'] ? -1 : 1;
70 70
         };
71 71
         uasort($this->tasks, $sortFunc);
Please login to merge, or discard this patch.