Completed
Push — master ( e3ad2b...0fee82 )
by
unknown
19:44
created
typo3/sysext/adminpanel/Classes/Modules/Debug/QueryInformation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -128,7 +128,7 @@
 block discarded – undo
128 128
         }
129 129
         uasort(
130 130
             $groupedQueries,
131
-            static function ($a, $b) {
131
+            static function($a, $b) {
132 132
                 return $b['time'] <=> $a['time'];
133 133
             }
134 134
         );
Please login to merge, or discard this patch.