Completed
Branch master (49d1cb)
by Matas
09:54
created
Category
src/Form/PayseraGatewayConfigurationType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
             ->add('test', CheckboxType::class, [
44 44
                 'label' => 'sylius.form.gateway_configuration.paysera.test',
45 45
             ])
46
-            ->addEventListener(FormEvents::PRE_SET_DATA, function (FormEvent $event) {
46
+            ->addEventListener(FormEvents::PRE_SET_DATA, function(FormEvent $event) {
47 47
                 $data = $event->getData();
48 48
                 $data['payum.http_client'] = '@sylius.payum.http_client';
49 49
             });
Please login to merge, or discard this patch.