@@ -56,7 +56,7 @@ |
||
56 | 56 | { |
57 | 57 | $json = json_decode($this->body); |
58 | 58 | if (json_last_error() !== JSON_ERROR_NONE) { |
59 | - throw new \InvalidArgumentException('Failed to decode json:' . json_last_error_msg()); |
|
59 | + throw new \InvalidArgumentException('Failed to decode json:'.json_last_error_msg()); |
|
60 | 60 | } |
61 | 61 | |
62 | 62 | return $json; |