@@ -59,7 +59,7 @@ discard block |
||
| 59 | 59 | /** |
| 60 | 60 | * getUserIdFromToken method |
| 61 | 61 | * |
| 62 | - * @param $token |
|
| 62 | + * @param string $token |
|
| 63 | 63 | * @return mixed |
| 64 | 64 | * @throws InaccessibleException |
| 65 | 65 | * @throws MalformedException |
@@ -82,7 +82,7 @@ discard block |
||
| 82 | 82 | /** |
| 83 | 83 | * refreshToken method |
| 84 | 84 | * |
| 85 | - * @param $token |
|
| 85 | + * @param string $token |
|
| 86 | 86 | * @return string |
| 87 | 87 | * @throws MalformedException |
| 88 | 88 | * @throws TokenExpiredException |