@@ -201,7 +201,7 @@ |
||
201 | 201 | |
202 | 202 | $response = $this->handleRequest($request); |
203 | 203 | $responseHeader = $response->getHeaders(); |
204 | - $responseBody = json_decode((string) $response->getBody(), true); |
|
204 | + $responseBody = json_decode((string)$response->getBody(), true); |
|
205 | 205 | $statusReturned = $response->getStatusCode(); |
206 | 206 | |
207 | 207 | // Assert results |