Completed
Push — master ( 48cad4...70830c )
by Wojciech
02:46
created
src/ApiClient/ProviderCsvApiClient.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,9 +11,9 @@
 block discarded – undo
11 11
 namespace PayBreak\Sdk\ApiClient;
12 12
 
13 13
 use Psr\Http\Message\ResponseInterface;
14
+use Psr\Log\LoggerInterface;
14 15
 use WNowicki\Generic\ApiClient\ErrorResponseException;
15 16
 use WNowicki\Generic\ApiClient\WrongResponseException;
16
-use Psr\Log\LoggerInterface;
17 17
 
18 18
 /**
19 19
  * Class ProviderCsvApiClient
Please login to merge, or discard this patch.