Passed
Pull Request — master (#1)
by Michael
02:32
created
preloads/core.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
 
66 66
         $handler->addDataTableCallback(
67 67
             \_LOGGER_QUERIES,
68
-            static function () {
68
+            static function() {
69 69
                 return self::getLoggerQueries();
70 70
             }
71 71
         );
Please login to merge, or discard this patch.
admin/permissions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
 
46 46
         // Ensure $groups is an array
47 47
         if (!is_array($groups)) {
48
-            $groups = (array)$groups;
48
+            $groups = (array) $groups;
49 49
         }
50 50
 
51 51
         // Save the permission for the item
Please login to merge, or discard this patch.