@@ -134,7 +134,7 @@ |
||
| 134 | 134 | */ |
| 135 | 135 | private function getMappedLocation(ResponseInterface $response): Location |
| 136 | 136 | { |
| 137 | - $data = \json_decode($response->getBody()); |
|
| 137 | + $data = \json_decode($response->getBody()); |
|
| 138 | 138 | |
| 139 | 139 | // \var_dump(\gettype($data));exit; |
| 140 | 140 | return (new Location()) |