Passed
Push — develop ( 8f4078...6aa842 )
by nguereza
03:43
created
src/Auth/Middleware/ApiAuthorizationMiddleware.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -62,8 +62,7 @@
 block discarded – undo
62 62
  * @package Platine\Framework\Auth\Middleware
63 63
  * @template T
64 64
  */
65
-class ApiAuthorizationMiddleware implements MiddlewareInterface
66
-{
65
+class ApiAuthorizationMiddleware implements MiddlewareInterface {
67 66
     /**
68 67
      * Create new instance
69 68
      * @param AuthorizationInterface $authorization
Please login to merge, or discard this patch.
src/Auth/AuthenticationInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
104 104
      *
105 105
      * @throws AccountNotFoundException if can not find the account information
106 106
      */
107
-    public function getId(): int|string;
107
+    public function getId(): int | string;
108 108
 
109 109
     /**
110 110
      * Return the list of current user permissions
Please login to merge, or discard this patch.