@@ -326,7 +326,7 @@ discard block |
||
| 326 | 326 | * |
| 327 | 327 | * @param string $responseBody |
| 328 | 328 | * |
| 329 | - * @return TokenInterface |
|
| 329 | + * @return \OAuth\Common\Token\TokenInterface |
|
| 330 | 330 | * |
| 331 | 331 | * @throws TokenResponseException |
| 332 | 332 | */ |
@@ -357,7 +357,7 @@ discard block |
||
| 357 | 357 | * |
| 358 | 358 | * @param string $responseBody |
| 359 | 359 | * |
| 360 | - * @return TokenInterface |
|
| 360 | + * @return \OAuth\Common\Token\TokenInterface |
|
| 361 | 361 | * |
| 362 | 362 | * @throws TokenResponseException |
| 363 | 363 | */ |
@@ -83,6 +83,7 @@ |
||
| 83 | 83 | |
| 84 | 84 | /** |
| 85 | 85 | * {@inheritdoc} |
| 86 | + * @param string $responseBody |
|
| 86 | 87 | */ |
| 87 | 88 | protected function parseAccessTokenResponse($responseBody) |
| 88 | 89 | { |