Passed
Push — master ( 4af373...e94cdd )
by Matthew
11:13 queued 06:52
created
Controller/TrendsController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
         }
82 82
 
83 83
         $format = $this->getDateFormat($type);
84
-        usort($timingsDates, function ($date1str, $date2str) use ($format) {
84
+        usort($timingsDates, function($date1str, $date2str) use ($format) {
85 85
             $date1 = \DateTime::createFromFormat($format, $date1str, new \DateTimeZone(date_default_timezone_get()));
86 86
             $date2 = \DateTime::createFromFormat($format, $date2str, new \DateTimeZone(date_default_timezone_get()));
87 87
             if (!$date2) {
Please login to merge, or discard this patch.