Completed
Branch master (24f79f)
by Sercan
02:03
created
src/Common/Endpoint.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace CryptoMarkets\Common;
4 4
 
5 5
 use GuzzleHttp\Client;
6
-use Psr\Http\Message\ResponseInterface;
7 6
 use GuzzleHttp\Exception\ClientException;
7
+use Psr\Http\Message\ResponseInterface;
8 8
 
9 9
 abstract class Endpoint
10 10
 {
Please login to merge, or discard this patch.