Completed
Push — master ( 64dc55...56ac70 )
by Seth
02:30
created
src/Toolbox.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -166,7 +166,7 @@
 block discarded – undo
166 166
             }
167 167
             closedir($dir);
168 168
         }
169
-        uasort($menuItems, function ($left, $right) {
169
+        uasort($menuItems, function($left, $right) {
170 170
             if (!empty($left['order'])) {
171 171
                 if (!empty($right['order'])) {
172 172
                     return $left['order'] - $right['order'];
Please login to merge, or discard this patch.