Completed
Push — master ( 1f6e02...3174d2 )
by Dmitry
01:27
created
src/Service.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
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 = [])
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.