Completed
Branch cleanup (04d52f)
by Paul
01:50
created
src/Client.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 LibLynx\Connect;
4 4
 
5 5
 use GuzzleHttp\ClientInterface;
6
-use GuzzleHttp\Exception\RequestException;
7 6
 use GuzzleHttp\Exception\GuzzleException;
7
+use GuzzleHttp\Exception\RequestException;
8 8
 use GuzzleHttp\Psr7\Request;
9 9
 use LibLynx\Connect\Exception\APIException;
10 10
 use LibLynx\Connect\Exception\LogicException;
Please login to merge, or discard this patch.