Test Failed
Branch master (53d82e)
by Mehmet
02:23
created
src/SDK/Client.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -10,13 +10,11 @@
 block discarded – undo
10 10
 
11 11
 namespace MerchantSafeUnipay\SDK;
12 12
 
13
-use GuzzleHttp;
14 13
 use GuzzleHttp\Client as GuzzleClient;
15 14
 use MerchantSafeUnipay\SDK\Environment\EnvironmentInterface as Environment;
16 15
 use Psr\Http\Message\ResponseInterface;
17 16
 use Psr\Log\LoggerInterface;
18 17
 use MerchantSafeUnipay\SDK\Action\ActionInterface;
19
-use Psr7\Http\Message\RequestInterface;
20 18
 use MerchantSafeUnipay\SDK\Exception\InvalidArgumentException;
21 19
 use MerchantSafeUnipay\SDK\Exception\BadMethodCallException;
22 20
 use MerchantSafeUnipay\SDK\Exception\RequestException;
Please login to merge, or discard this patch.