Completed
Pull Request — master (#478)
by
unknown
02:35
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/Yahoo.php 1 patch
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.