@@ -25,5 +25,5 @@ |
||
25 | 25 | * |
26 | 26 | * @return bool Whether the user has the specified permission. |
27 | 27 | */ |
28 | - public function userHasPermission($userId, string $permissionName, array $parameters = []): bool; |
|
28 | + public function userHasPermission($userId, string $permissionName, array $parameters = [ ]): bool; |
|
29 | 29 | } |