@@ -19,7 +19,7 @@ |
||
| 19 | 19 | { |
| 20 | 20 | $data = $request->getParsedBody(); |
| 21 | 21 | |
| 22 | - if (! \is_array($data)) { |
|
| 22 | + if (!\is_array($data)) { |
|
| 23 | 23 | throw new RuntimeException('Unable to decode response body'); |
| 24 | 24 | } |
| 25 | 25 | |