Completed
Push — master ( 4351c0...404dd1 )
by Maciej
06:14
created
src/Pool.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -7,11 +7,11 @@
 block discarded – undo
7 7
  */
8 8
 namespace BureauVa\WordpressGuzzle;
9 9
 
10
-use Guzzle\Http\Message\Response;
11
-use GuzzleHttp\Promise\Promise;
10
+use Cache\Adapter\Common\AbstractCachePool;
12 11
 use GuzzleHttp\Client;
13 12
 use GuzzleHttp\Exception\RequestException;
14
-use Cache\Adapter\Common\AbstractCachePool;
13
+use GuzzleHttp\Promise\Promise;
14
+use Guzzle\Http\Message\Response;
15 15
 
16 16
 /**
17 17
  * Class Pool.
Please login to merge, or discard this patch.