@@ -12,7 +12,7 @@ |
||
| 12 | 12 | public function withJson(mixed $data): ResponseInterface |
| 13 | 13 | { |
| 14 | 14 | $this->getBody()->write( |
| 15 | - json_encode($data, JSON_THROW_ON_ERROR|JSON_PRETTY_PRINT) |
|
| 15 | + json_encode($data, JSON_THROW_ON_ERROR | JSON_PRETTY_PRINT) |
|
| 16 | 16 | ); |
| 17 | 17 | |
| 18 | 18 | return $this->withHeader( |