Completed
Push — master ( 9fa9e8...74ff85 )
by Matthew
04:52
created
Controller/QueueController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -210,7 +210,7 @@
 block discarded – undo
210 210
             } else {
211 211
                 $timings = $this->getJobTimingsOrm($type, $endDate, $beginDate);
212 212
             }
213
-            uksort($timings, function ($date1str, $date2str) {
213
+            uksort($timings, function($date1str, $date2str) {
214 214
                 $date1 = \DateTime::createFromFormat('Y-m-d H', $date1str);
215 215
                 $date2 = \DateTime::createFromFormat('Y-m-d H', $date2str);
216 216
                 if (!$date2) {
Please login to merge, or discard this patch.