@@ -70,7 +70,7 @@ discard block |
||
70 | 70 | /** |
71 | 71 | * Get the default scopes used by this provider. |
72 | 72 | * |
73 | - * @return array |
|
73 | + * @return string[] |
|
74 | 74 | */ |
75 | 75 | protected function getDefaultScopes() |
76 | 76 | { |
@@ -113,7 +113,7 @@ discard block |
||
113 | 113 | * @param array $response |
114 | 114 | * @param AccessToken $token |
115 | 115 | * |
116 | - * @return League\OAuth2\Client\Provider\ResourceOwnerInterface |
|
116 | + * @return DrupalResourceOwner |
|
117 | 117 | */ |
118 | 118 | protected function createResourceOwner(array $response, AccessToken $token) |
119 | 119 | { |