@@ -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 | { |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use OAuth\OAuth1\Signature\SignatureInterface; |
6 | 6 | use OAuth\OAuth1\Token\StdOAuth1Token; |
7 | -use OAuth\Common\Http\Exception\TokenResponseException; |
|
8 | 7 | use OAuth\Common\Http\Uri\Uri; |
9 | 8 | use OAuth\Common\Consumer\CredentialsInterface; |
10 | 9 | use OAuth\Common\Http\Uri\UriInterface; |