Completed
Push — master ( 9ed929...597b72 )
by Alo
12:52
created
src/Provider/Gumroad.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,10 +10,10 @@
 block discarded – undo
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
 /**
Please login to merge, or discard this patch.