Completed
Push — master ( bc4f42...35f668 )
by G
04:26
created
src/Form/ChannelDepositType.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
           ]
38 38
         );
39 39
 
40
-        $builder->addEventListener(FormEvents::SUBMIT, function (FormEvent $event) use ($options): void {
40
+        $builder->addEventListener(FormEvents::SUBMIT, function(FormEvent $event) use ($options): void {
41 41
               /** @var ChannelDepositInterface $channelDeposit */
42 42
               $channelDeposit = $event->getData();
43 43
 
@@ -69,7 +69,7 @@  discard block
 block discarded – undo
69 69
           ->setAllowedTypes('product_variant', ['null', ProductVariantInterface::class])
70 70
           ->setDefaults(
71 71
             [
72
-              'label' => function (Options $options): string {
72
+              'label' => function(Options $options): string {
73 73
                   return $options['channel']->getName();
74 74
               },
75 75
             ]
Please login to merge, or discard this patch.