Completed
Pull Request — master (#37)
by Mahmoud
08:04
created
src/Syntax/SteamApi/Client.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@  discard block
 block discarded – undo
134 134
     }
135 135
 
136 136
     /**
137
-     * @param \Guzzle\Http\Message\RequestInterface $request
137
+     * @param \Psr\Http\Message\ResponseInterface $request
138 138
      *
139 139
      * @throws ApiCallFailedException
140 140
      * @return stdClass
@@ -210,7 +210,7 @@  discard block
 block discarded – undo
210 210
     /**
211 211
      * @param Collection $objects
212 212
      *
213
-     * @return $this
213
+     * @return Collection
214 214
      */
215 215
     protected function sortObjects($objects)
216 216
     {
Please login to merge, or discard this patch.