@@ -43,7 +43,7 @@ discard block |
||
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 |
||
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 |
@@ -29,7 +29,7 @@ discard block |
||
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 |
||
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 | { |