@@ -2,14 +2,9 @@ |
||
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 | { |
@@ -95,7 +95,7 @@ |
||
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 |