@@ -126,7 +126,7 @@ discard block |
||
| 126 | 126 | /** |
| 127 | 127 | * Remove given token from the given user |
| 128 | 128 | * |
| 129 | - * @param $user |
|
| 129 | + * @param AuthenticatableContract|null $user |
|
| 130 | 130 | * @param Payload $payload |
| 131 | 131 | */ |
| 132 | 132 | protected function removeUserToken($user, Payload $payload) |
@@ -175,7 +175,7 @@ discard block |
||
| 175 | 175 | /** |
| 176 | 176 | * Determine if the user matches the credentials. |
| 177 | 177 | * |
| 178 | - * @param mixed $user |
|
| 178 | + * @param AuthenticatableContract|null $user |
|
| 179 | 179 | * @param array $credentials |
| 180 | 180 | * @return bool |
| 181 | 181 | */ |
@@ -396,7 +396,7 @@ discard block |
||
| 396 | 396 | /** |
| 397 | 397 | * getToken method |
| 398 | 398 | * |
| 399 | - * @return null|string |
|
| 399 | + * @return string |
|
| 400 | 400 | */ |
| 401 | 401 | public function getToken() |
| 402 | 402 | { |