@@ -120,7 +120,7 @@ discard block |
||
120 | 120 | /** |
121 | 121 | * Setter for optional market projection, i.e. what market-related data should be returned. |
122 | 122 | * |
123 | - * @param array $marketProjection |
|
123 | + * @param string $name |
|
124 | 124 | * @return Client |
125 | 125 | */ |
126 | 126 | public function setProjection($name, $projection = null) |
@@ -176,7 +176,7 @@ discard block |
||
176 | 176 | /** |
177 | 177 | * Setter for mandatory time granularity. |
178 | 178 | * |
179 | - * @param string $timeGranularity |
|
179 | + * @param string $granularity |
|
180 | 180 | * @return Client |
181 | 181 | */ |
182 | 182 | public function setTimeGranularity($granularity) |
@@ -251,7 +251,7 @@ discard block |
||
251 | 251 | /** |
252 | 252 | * Get http response body, cast to json and decode. |
253 | 253 | * |
254 | - * @param Response object $response |
|
254 | + * @param Response Response $response |
|
255 | 255 | * @return array |
256 | 256 | */ |
257 | 257 | protected function getBody(Response $response) |