Completed
Push — master ( 4052fc...163f10 )
by Kamil
42:34 queued 20:08
created
src/Sylius/Bundle/ApiBundle/Form/Type/ProductVariantType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
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)) {
Please login to merge, or discard this patch.