@@ -27,7 +27,7 @@ |
||
27 | 27 | */ |
28 | 28 | public function buildForm(FormBuilderInterface $builder, array $options) |
29 | 29 | { |
30 | - $builder->addEventListener(FormEvents::PRE_SUBMIT , function (FormEvent $event) { |
|
30 | + $builder->addEventListener(FormEvents::PRE_SUBMIT, function (FormEvent $event) { |
|
31 | 31 | $data = $event->getData(); |
32 | 32 | |
33 | 33 | if (!array_key_exists('onHand', $data)) { |