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