Passed
Push — main ( 495c0a...a633e0 )
by Daniel
05:04
created
src/Api/AbstractApiApplication.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
      */
38 38
     protected function asJson(
39 39
         ResponseInterface $response,
40
-        array|JsonSerializable $data
40
+        array | JsonSerializable $data
41 41
     ): ResponseInterface {
42 42
         $response->getBody()->write(
43 43
             (string) json_encode($data, JSON_PRETTY_PRINT)
Please login to merge, or discard this patch.