Completed
Push — master ( 5ff604...45cf60 )
by Peter
02:15
created
src/Http/Client.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@  discard block
 block discarded – undo
136 136
     /**
137 137
      * Setter for mandatory request max results limiter.
138 138
      *
139
-     * @param integer|null $maxResults
139
+     * @param integer $maxResults
140 140
      * @return Client
141 141
      */
142 142
     public function setMaxresults($maxResults = 100)
@@ -199,7 +199,7 @@  discard block
 block discarded – undo
199 199
     /**
200 200
      * Get http response body, cast to json and decode.
201 201
      *
202
-     * @param Response object $response
202
+     * @param Response Response $response
203 203
      * @return array
204 204
      */
205 205
     protected function getBody(Response $response)
Please login to merge, or discard this patch.