@@ -51,7 +51,7 @@ discard block |
||
51 | 51 | |
52 | 52 | public function configureOptions(OptionsResolver $resolver) |
53 | 53 | { |
54 | - $simpleObjectMapperNormalizer = function (Options $options, $value) { |
|
54 | + $simpleObjectMapperNormalizer = function(Options $options, $value) { |
|
55 | 55 | if (null === $value) { |
56 | 56 | return null; |
57 | 57 | } |
@@ -63,7 +63,7 @@ discard block |
||
63 | 63 | return $value; |
64 | 64 | }; |
65 | 65 | |
66 | - $emptyData = function (Options $options, $value) { |
|
66 | + $emptyData = function(Options $options, $value) { |
|
67 | 67 | if (isset($options[static::MAPPER_OPTION])) { |
68 | 68 | return null; // `empty_data` should be set to `null` when using the `simple_object_mapper` option. |
69 | 69 | } |