@@ -68,7 +68,7 @@ |
||
68 | 68 | * @param Closure $readUserScopes |
69 | 69 | * @param array $properties |
70 | 70 | * |
71 | - * @return PassportAccountInterface |
|
71 | + * @return \Limoncello\Contracts\Authentication\AccountInterface |
|
72 | 72 | */ |
73 | 73 | protected static function createCliPassport( |
74 | 74 | $userIdentity, |
@@ -99,7 +99,7 @@ |
||
99 | 99 | */ |
100 | 100 | public function __construct($userIdentity, Closure $readUserScopes, array $properties) |
101 | 101 | { |
102 | - assert (is_int($userIdentity) === true || is_string($userIdentity) === true); |
|
102 | + assert(is_int($userIdentity) === true || is_string($userIdentity) === true); |
|
103 | 103 | |
104 | 104 | $this->userIdentity = $userIdentity; |
105 | 105 | $this->properties = $properties; |