Completed
Branch cleanup (eec673)
by Paul
01:32
created
src/Client.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,12 +2,10 @@  discard block
 block discarded – undo
2 2
 
3 3
 namespace LibLynx\Connect;
4 4
 
5
+use GuzzleHttp\Client as GuzzleClient;
5 6
 use GuzzleHttp\Exception\RequestException;
6
-use GuzzleHttp\Psr7\Request;
7
-use kamermans\OAuth2\GrantType\ClientCredentials;
8
-use kamermans\OAuth2\OAuth2Middleware;
9 7
 use GuzzleHttp\HandlerStack;
10
-use GuzzleHttp\Client as GuzzleClient;
8
+use GuzzleHttp\Psr7\Request;
11 9
 use Kevinrob\GuzzleCache\CacheMiddleware;
12 10
 use Kevinrob\GuzzleCache\Storage\Psr16CacheStorage;
13 11
 use Kevinrob\GuzzleCache\Strategy\PrivateCacheStrategy;
@@ -18,6 +16,8 @@  discard block
 block discarded – undo
18 16
 use Psr\Log\NullLogger;
19 17
 use Psr\SimpleCache\CacheInterface;
20 18
 use Psr\SimpleCache\InvalidArgumentException;
19
+use kamermans\OAuth2\GrantType\ClientCredentials;
20
+use kamermans\OAuth2\OAuth2Middleware;
21 21
 
22 22
 /**
23 23
  * LibLynx Connect API client
Please login to merge, or discard this patch.