@@ -37,7 +37,7 @@ discard block |
||
| 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 |
||
| 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 | ] |