Completed
Push — master ( ea590f...4351c0 )
by Maciej
05:54
created
src/Pool.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,9 +7,9 @@
 block discarded – undo
7 7
  */
8 8
 namespace BureauVa\WordpressGuzzle;
9 9
 
10
-use GuzzleHttp\Promise\Promise;
11 10
 use GuzzleHttp\Client;
12 11
 use GuzzleHttp\Exception\RequestException;
12
+use GuzzleHttp\Promise\Promise;
13 13
 
14 14
 /**
15 15
  * Class Pool.
Please login to merge, or discard this patch.