Completed
Push — master ( c90ff6...5e41cb )
by Sergey
03:29 queued 39s
created
src/Api/Request.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -220,7 +220,7 @@  discard block
 block discarded – undo
220 220
     }
221 221
 
222 222
     /**
223
-     * @param $userAgent
223
+     * @param string $userAgent
224 224
      * @return $this
225 225
      */
226 226
     public function setUserAgent($userAgent)
@@ -299,7 +299,7 @@  discard block
 block discarded – undo
299 299
      * If we are uploading file, we should build boundary form data. Otherwise
300 300
      * it is simple urlencoded form.
301 301
      *
302
-     * @return array
302
+     * @return string[]
303 303
      */
304 304
     protected function getContentTypeHeader()
305 305
     {
@@ -337,7 +337,7 @@  discard block
 block discarded – undo
337 337
     }
338 338
 
339 339
     /**
340
-     * @param array|null $res
340
+     * @param string $res
341 341
      * @return Response
342 342
      */
343 343
     protected function processResponse($res)
Please login to merge, or discard this patch.