Test Setup Failed
Push — master ( 8dfa9d...c45cfd )
by Matthew
04:44
created
Controller/QueueController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -218,7 +218,7 @@
 block discarded – undo
218 218
         } else {
219 219
             $timings = $this->getJobTimingsOrm($type, $endDate, $beginDate);
220 220
         }
221
-        uksort($timings, function ($date1str, $date2str) {
221
+        uksort($timings, function($date1str, $date2str) {
222 222
             $date1 = \DateTime::createFromFormat('Y-m-d H', $date1str);
223 223
             $date2 = \DateTime::createFromFormat('Y-m-d H', $date2str);
224 224
             if (!$date2) {
Please login to merge, or discard this patch.