Completed
Pull Request — master (#35)
by
unknown
02:11
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 Request $request
138 138
      *
139 139
      * @throws ApiCallFailedException
140 140
      * @return stdClass
@@ -209,7 +209,7 @@  discard block
 block discarded – undo
209 209
     /**
210 210
      * @param Collection $objects
211 211
      *
212
-     * @return $this
212
+     * @return Collection
213 213
      */
214 214
     protected function sortObjects($objects)
215 215
     {
Please login to merge, or discard this patch.