@@ -25,7 +25,7 @@ discard block |
||
| 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 |
||
| 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 | } |