Passed
Push — develop ( 8f4078...6aa842 )
by nguereza
03:43
created
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.