Completed
Pull Request — master (#498)
by Dragonqos
02:30
created
src/OAuth/OAuth1/Service/Etsy.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -2,14 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace OAuth\OAuth1\Service;
4 4
 
5
-use OAuth\OAuth1\Signature\SignatureInterface;
6 5
 use OAuth\OAuth1\Token\StdOAuth1Token;
7 6
 use OAuth\Common\Http\Exception\TokenResponseException;
8 7
 use OAuth\Common\Http\Uri\Uri;
9
-use OAuth\Common\Consumer\CredentialsInterface;
10
-use OAuth\Common\Http\Uri\UriInterface;
11
-use OAuth\Common\Storage\TokenStorageInterface;
12
-use OAuth\Common\Http\Client\ClientInterface;
13 8
 
14 9
 class Etsy extends AbstractService
15 10
 {
Please login to merge, or discard this patch.
src/OAuth/ServiceFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
      * @param string                $serviceName Name of service to create
96 96
      * @param CredentialsInterface  $credentials
97 97
      * @param TokenStorageInterface $storage
98
-     * @param array|null            $scopes      If creating an oauth2 service, array of scopes
98
+     * @param string[]            $scopes      If creating an oauth2 service, array of scopes
99 99
      * @param UriInterface|null     $baseApiUri
100 100
      * @param string                $apiVersion version of the api call
101 101
      * @param null                  $account of service to create
Please login to merge, or discard this patch.