@@ -142,7 +142,7 @@ discard block |
||
142 | 142 | /** |
143 | 143 | * Determine if the user matches the credentials. |
144 | 144 | * |
145 | - * @param mixed $user |
|
145 | + * @param AuthenticatableContract|null $user |
|
146 | 146 | * @param array $credentials |
147 | 147 | * @return bool |
148 | 148 | */ |
@@ -325,7 +325,7 @@ discard block |
||
325 | 325 | /** |
326 | 326 | * getToken method |
327 | 327 | * |
328 | - * @return null|string |
|
328 | + * @return string |
|
329 | 329 | */ |
330 | 330 | public function getToken() |
331 | 331 | { |