Completed
Pull Request — master (#33)
by
unknown
08:55 queued 03:39
created
src/Form/Type/MollieGatewayConfigurationType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
             ->add('components', CheckboxType::class, [
91 91
                 'label' => 'bitbag_sylius_mollie_plugin.ui.enable_components',
92 92
             ])
93
-            ->addEventListener(FormEvents::PRE_SET_DATA, function (FormEvent $event) {
93
+            ->addEventListener(FormEvents::PRE_SET_DATA, function(FormEvent $event) {
94 94
                 $data = $event->getData();
95 95
 
96 96
                 $data['payum.http_client'] = '@bitbag_sylius_mollie_plugin.mollie_api_client';
Please login to merge, or discard this patch.