Passed
Push — oauth-creation-featureflag ( 7980f3...46d4ed )
by Simon
32:30 queued 28:25
created
includes/Security/RoleConfigurationBase.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 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
     /**
Please login to merge, or discard this patch.