@@ -178,7 +178,7 @@ discard block |
||
178 | 178 | /** |
179 | 179 | * Determine if the user matches the credentials. |
180 | 180 | * |
181 | - * @param mixed $user |
|
181 | + * @param AuthenticatableContract $user |
|
182 | 182 | * @param array $credentials |
183 | 183 | * @return bool |
184 | 184 | */ |
@@ -432,7 +432,7 @@ discard block |
||
432 | 432 | /** |
433 | 433 | * getRequestToken method |
434 | 434 | * |
435 | - * @return string|null |
|
435 | + * @return string |
|
436 | 436 | */ |
437 | 437 | protected function getRequestToken() |
438 | 438 | { |