Completed
Pull Request — master (#471)
by
unknown
02:44
created
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.