@@ -84,7 +84,7 @@ |
||
| 84 | 84 | $data = json_decode($response->getBody()->getContents()); |
| 85 | 85 | |
| 86 | 86 | if (JSON_ERROR_NONE !== json_last_error()) { |
| 87 | - throw new RuntimeException((string)json_last_error_msg()); |
|
| 87 | + throw new RuntimeException((string) json_last_error_msg()); |
|
| 88 | 88 | } |
| 89 | 89 | |
| 90 | 90 | return $data; |