@@ -51,7 +51,6 @@ discard block |
||
| 51 | 51 | /** |
| 52 | 52 | * Get open id from access token |
| 53 | 53 | * |
| 54 | - * @param array $params |
|
| 55 | 54 | * |
| 56 | 55 | * @return string |
| 57 | 56 | */ |
@@ -96,7 +95,7 @@ discard block |
||
| 96 | 95 | * This should not be a complete list of all scopes, but the minimum |
| 97 | 96 | * required for the provider user interface! |
| 98 | 97 | * |
| 99 | - * @return array |
|
| 98 | + * @return string[] |
|
| 100 | 99 | */ |
| 101 | 100 | protected function getDefaultScopes() |
| 102 | 101 | { |
@@ -142,7 +141,7 @@ discard block |
||
| 142 | 141 | * |
| 143 | 142 | * @param array $response |
| 144 | 143 | * @param AccessToken $token |
| 145 | - * @return League\OAuth2\Client\Provider\ResourceOwnerInterface |
|
| 144 | + * @return QqResourceOwner |
|
| 146 | 145 | */ |
| 147 | 146 | protected function createResourceOwner(array $response, AccessToken $token) |
| 148 | 147 | { |