@@ -33,7 +33,7 @@ |
||
33 | 33 | $response = $this->toString(); |
34 | 34 | $data = json_decode($response, true); |
35 | 35 | |
36 | - if (! $data) { |
|
36 | + if (!$data) { |
|
37 | 37 | throw new ResponseNotParsedException( |
38 | 38 | 'Service response could not be parsed to JSON, Response: ' . |
39 | 39 | $response . ', Reason: ' . json_last_error() |