@@ -114,7 +114,7 @@ |
||
| 114 | 114 | public function getFormattedJsonBody(): string |
| 115 | 115 | { |
| 116 | 116 | $body = $this->responseBody; |
| 117 | - if ($body === null){ |
|
| 117 | + if ($body === null) { |
|
| 118 | 118 | $body = '{}'; |
| 119 | 119 | } |
| 120 | 120 | $decoded = json_decode($body); |