@@ -340,7 +340,7 @@ discard block |
||
340 | 340 | * @throws \allejo\Socrata\Exceptions\HttpException If the $body returned was not a JSON object |
341 | 341 | * @throws \allejo\Socrata\Exceptions\SodaException The returned JSON object in the $body was a SODA API error |
342 | 342 | * |
343 | - * @return mixed An associative array of the decoded JSON response |
|
343 | + * @return string An associative array of the decoded JSON response |
|
344 | 344 | */ |
345 | 345 | private function handleResponseBody ($body, $result) |
346 | 346 | { |
@@ -394,7 +394,7 @@ discard block |
||
394 | 394 | * Build a URL with GET parameters formatted into the URL |
395 | 395 | * |
396 | 396 | * @param string $url The base URL |
397 | - * @param array $params The GET parameters that need to be appended to the base URL |
|
397 | + * @param string[] $params The GET parameters that need to be appended to the base URL |
|
398 | 398 | * |
399 | 399 | * @since 0.1.0 |
400 | 400 | * |