Completed
Pull Request — master (#27)
by Matthew
16:48
created
Controller/QueueController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -244,7 +244,7 @@
 block discarded – undo
244 244
             $timingsDates = array_unique(array_merge(array_keys($timingsData), $timingsDates));
245 245
         }
246 246
 
247
-        usort($timingsDates, function ($date1str, $date2str) {
247
+        usort($timingsDates, function($date1str, $date2str) {
248 248
             $date1 = \DateTime::createFromFormat('Y-m-d H', $date1str);
249 249
             $date2 = \DateTime::createFromFormat('Y-m-d H', $date2str);
250 250
             if (!$date2) {
Please login to merge, or discard this patch.