@@ -136,7 +136,7 @@ discard block |
||
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 |
||
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) |