Passed
Push — main ( 7b6ef0...e0657e )
by Daniel
14:01
created
src/Api/Lib/Message/JsonEnabledResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
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(
Please login to merge, or discard this patch.