Passed
Branch master (e59798)
by Pascal
07:36
created
Category
src/Format/JsonFormatter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
         return json_encode(
14 14
             array_filter(
15 15
                 $cloudEvent->toArray(),
16
-                function ($value) {
16
+                function($value) {
17 17
                     return null !== $value;
18 18
                 }
19 19
             )
Please login to merge, or discard this patch.