@@ -65,7 +65,7 @@ |
||
65 | 65 | /** |
66 | 66 | * Service constructor. |
67 | 67 | * |
68 | - * @param $key |
|
68 | + * @param CredentialsInterface $key |
|
69 | 69 | * @param array $options |
70 | 70 | */ |
71 | 71 | public function __construct($key, array $options = []) |
@@ -10,7 +10,6 @@ |
||
10 | 10 | use Anticaptcha\Exception\ErrorResponseException; |
11 | 11 | use Anticaptcha\Exception\InvalidArgumentException; |
12 | 12 | use Anticaptcha\Exception\TransportException; |
13 | -use Anticaptcha\Language\Language; |
|
14 | 13 | use GuzzleHttp\ClientInterface; |
15 | 14 | use GuzzleHttp\Exception\GuzzleException; |
16 | 15 | use GuzzleHttp\Psr7\Request; |