@@ -87,7 +87,7 @@ discard block |
||
| 87 | 87 | * This should only be the scopes that are required to request the details |
| 88 | 88 | * of the resource owner, rather than all the available scopes. |
| 89 | 89 | * |
| 90 | - * @return array |
|
| 90 | + * @return string[] |
|
| 91 | 91 | */ |
| 92 | 92 | protected function getDefaultScopes() |
| 93 | 93 | { |
@@ -160,7 +160,7 @@ discard block |
||
| 160 | 160 | * Returns a prepared request for requesting an access token. |
| 161 | 161 | * |
| 162 | 162 | * @param array $params Query string parameters |
| 163 | - * @return RequestInterface |
|
| 163 | + * @return \Psr\Http\Message\RequestInterface |
|
| 164 | 164 | */ |
| 165 | 165 | protected function getAccessTokenRequest(array $params, $accesstoken = null) |
| 166 | 166 | { |