@@ -41,7 +41,7 @@ |
||
41 | 41 | $response = $this->toString(); |
42 | 42 | $data = json_decode($response, true); |
43 | 43 | |
44 | - if (! $data) { |
|
44 | + if (!$data) { |
|
45 | 45 | throw new ImpossibleToParseJsonException( |
46 | 46 | 'Service response could not be parsed to JSON, Response: ' . |
47 | 47 | $response . ', Reason: ' . json_last_error() |