@@ -13,7 +13,7 @@ |
||
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 | ) |