Passed
Push — oauth-creation-featureflag ( 727ffc )
by Simon
05:08
created
includes/Security/RoleConfigurationBase.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@  discard block
 block discarded – undo
25 25
         $this->roleConfig = $roleConfig;
26 26
         $this->identificationExempt = $identificationExempt;
27 27
 
28
-        $this->globallyDenied = self::constructDenyOnlyRole($globallyDenied);;
28
+        $this->globallyDenied = self::constructDenyOnlyRole($globallyDenied); ;
29 29
     }
30 30
 
31 31
     /**
@@ -168,7 +168,7 @@  discard block
 block discarded – undo
168 168
                         $result[$page] = [];
169 169
                     }
170 170
 
171
-                    $result[$page][$action] = RoleConfigurationBase::ACCESS_DENY;;
171
+                    $result[$page][$action] = RoleConfigurationBase::ACCESS_DENY; ;
172 172
                 }
173 173
             }
174 174
         }
Please login to merge, or discard this patch.