Completed
Pull Request — master (#471)
by
unknown
02:44
created
src/OAuth/OAuth1/Service/AbstractService.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -326,7 +326,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
src/OAuth/OAuth1/Service/Etsy.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/OAuth/OAuth1/Service/Flickr.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/OAuth/OAuth1/Service/Twitter.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/OAuth/OAuth1/Service/Yahoo.php 2 patches
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -83,6 +83,7 @@
 block discarded – undo
83 83
 
84 84
     /**
85 85
      * {@inheritdoc}
86
+     * @param string $responseBody
86 87
      */
87 88
     protected function parseAccessTokenResponse($responseBody)
88 89
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.