Completed
Push — master ( ea590f...4351c0 )
by Maciej
05:54
created
src/Pool.php 2 patches
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
     /**
41 41
      * let us keep reference to our client.
42 42
      *
43
-     * @return mixed
43
+     * @return Client
44 44
      */
45 45
     public function getClient()
46 46
     {
@@ -122,7 +122,6 @@  discard block
 block discarded – undo
122 122
     }
123 123
 
124 124
     /**
125
-     * @param Promise $promise
126 125
      */
127 126
     public function attachTransforms(Promise $req)
128 127
     {
@@ -174,7 +173,7 @@  discard block
 block discarded – undo
174 173
      *
175 174
      * @param $client
176 175
      *
177
-     * @return RepositoryAbstract
176
+     * @return Pool
178 177
      */
179 178
     public function setClient(Client $client)
180 179
     {
Please login to merge, or discard this 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.