Completed
Push — master ( ea590f...4351c0 )
by Maciej
05:54
created
src/Pool.php 1 patch
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.