@@ -121,11 +121,11 @@ |
||
| 121 | 121 | return $this->authorizer; |
| 122 | 122 | } |
| 123 | 123 | |
| 124 | - /** |
|
| 125 | - * @param string[]|string|null $permissions The list of required permissions. |
|
| 126 | - * @throws InvalidArgumentException If the permissions are not an array or a comma-separated string. |
|
| 127 | - * @return self |
|
| 128 | - */ |
|
| 124 | + /** |
|
| 125 | + * @param string[]|string|null $permissions The list of required permissions. |
|
| 126 | + * @throws InvalidArgumentException If the permissions are not an array or a comma-separated string. |
|
| 127 | + * @return self |
|
| 128 | + */ |
|
| 129 | 129 | protected function setRequiredAclPermissions($permissions) |
| 130 | 130 | { |
| 131 | 131 | if ($permissions === null || !$permissions) { |
@@ -471,7 +471,7 @@ |
||
| 471 | 471 | |
| 472 | 472 | $this->logger->warning(sprintf( |
| 473 | 473 | 'Invalid login attempt for user "%s": invalid password.', |
| 474 | - $identifier |
|
| 474 | + $identifier |
|
| 475 | 475 | )); |
| 476 | 476 | |
| 477 | 477 | return null; |