Passed
Branch master (19d922)
by Sergei
09:47
created
Category
src/AccessCheckerInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,5 +25,5 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.