@@ -279,7 +279,7 @@ discard block |
||
279 | 279 | { |
280 | 280 | if ($first) |
281 | 281 | { |
282 | - $uri .= '?'; |
|
282 | + $uri .= '?'; |
|
283 | 283 | $first = false; |
284 | 284 | } |
285 | 285 | else |
@@ -327,7 +327,7 @@ discard block |
||
327 | 327 | */ |
328 | 328 | private function parseResponseBody(ResponseInterface $response): ?array |
329 | 329 | { |
330 | - $body = (string)$response->getBody(); |
|
330 | + $body = (string) $response->getBody(); |
|
331 | 331 | if (empty($body)) |
332 | 332 | { |
333 | 333 | if ($response->getStatusCode()===self::HTTP_NO_CONTENT) |