Passed
Push — main ( 682960...085d3b )
by Thomas
02:23
created
src/Response.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -178,7 +178,7 @@
 block discarded – undo
178 178
         mixed $data,
179 179
         int $code = 200,
180 180
         string $reasonPhrase = '',
181
-        int $flags = JSON_UNESCAPED_SLASHES | JSON_THROW_ON_ERROR,
181
+        int $flags = JSON_UNESCAPED_SLASHES|JSON_THROW_ON_ERROR,
182 182
     ): static {
183 183
         if ($data instanceof Traversable) {
184 184
             $body = json_encode(iterator_to_array($data), $flags);
Please login to merge, or discard this patch.