Completed
Push — master ( 8de650...96be6e )
by Risan Bagja
03:32
created
src/Flows/AccessTokenFlow.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
     /**
44 44
      * Is valid token?
45 45
      *
46
-     * @param \OAuth1\Contracts\Token\RequestTokenInterface $requestToken
46
+     * @param RequestTokenInterface $requestToken
47 47
      * @param string                                        $tokenKey
48 48
      *
49 49
      * @return bool
@@ -56,7 +56,7 @@  discard block
 block discarded – undo
56 56
     /**
57 57
      * Access token header.
58 58
      *
59
-     * @param \OAuth1\Contracts\Token\RequestTokenInterface $requestToken
59
+     * @param RequestTokenInterface $requestToken
60 60
      * @param string                                        $verifier
61 61
      *
62 62
      * @return array
Please login to merge, or discard this patch.
src/Flows/GrantedFlow.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
      *
30 30
      * @param string $url
31 31
      *
32
-     * @return \OAuth1\Contracts\GrantedFlowInterface
32
+     * @return GrantedFlow
33 33
      */
34 34
     public function setResourceBaseUrl($url)
35 35
     {
@@ -184,7 +184,7 @@  discard block
 block discarded – undo
184 184
      *
185 185
      * @param \OAuth1\Contracts\Tokens\AccessTokenInterface $accessToken
186 186
      *
187
-     * @return \OAuth1\Contracts\GrantedFlowInterface
187
+     * @return GrantedFlow
188 188
      */
189 189
     public function setGrantedAccessToken(AccessTokenInterface $accessToken)
190 190
     {
Please login to merge, or discard this patch.