@@ -65,7 +65,7 @@ |
||
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); |