@@ -34,7 +34,7 @@ discard block |
||
34 | 34 | public function configureOptions(OptionsResolver $resolver) |
35 | 35 | { |
36 | 36 | $resolver->setDefault('error_bubbling', false); |
37 | - $resolver->setNormalizer('widget_config', function (Options $options, $value) { |
|
37 | + $resolver->setNormalizer('widget_config', function(Options $options, $value) { |
|
38 | 38 | $widget_defaults = [ |
39 | 39 | 'creation_mode_enabled' => false, |
40 | 40 | 'class' => null, |
@@ -66,7 +66,7 @@ discard block |
||
66 | 66 | |
67 | 67 | return helper::normalize($widget_defaults, $value); |
68 | 68 | }); |
69 | - $resolver->setNormalizer('type_config', function (Options $options, $value) { |
|
69 | + $resolver->setNormalizer('type_config', function(Options $options, $value) { |
|
70 | 70 | $type_defaults = [ |
71 | 71 | 'options' => [], |
72 | 72 | 'method' => 'GET', |