@@ -87,7 +87,7 @@ |
||
87 | 87 | * This should not be a complete list of all scopes, but the minimum |
88 | 88 | * required for the provider user interface! |
89 | 89 | * |
90 | - * @return array |
|
90 | + * @return string[] |
|
91 | 91 | */ |
92 | 92 | protected function getDefaultScopes() |
93 | 93 | { |
@@ -10,10 +10,10 @@ |
||
10 | 10 | |
11 | 11 | namespace Alofoxx\OAuth2\Client\Provider; |
12 | 12 | |
13 | +use Alofoxx\OAuth2\Client\Provider\Exception\GumroadIdentityProviderException; |
|
13 | 14 | use League\OAuth2\Client\Provider\AbstractProvider; |
14 | 15 | use League\OAuth2\Client\Token\AccessToken; |
15 | 16 | use League\OAuth2\Client\Tool\BearerAuthorizationTrait; |
16 | -use Alofoxx\OAuth2\Client\Provider\Exception\GumroadIdentityProviderException; |
|
17 | 17 | use Psr\Http\Message\ResponseInterface; |
18 | 18 | |
19 | 19 | /** |