Passed
Push — master ( 390a75...c39525 )
by
unknown
20:21 queued 13:05
created
src/Form/Type/PaymentMollieType.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
             ->add('molliePaymentMethods', ChoiceType::class, [
48 48
                 'label' => false,
49 49
                 'choices' => $data,
50
-                'choice_attr' => function ($value) use ($images, $paymentFee) {
50
+                'choice_attr' => function($value) use ($images, $paymentFee) {
51 51
                     return [
52 52
                         'image' => $images[$value],
53 53
                         'paymentFee' => $paymentFee[$value],
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
                 'label' => false,
59 59
                 'choices' => $issuers['ideal'] ?? null,
60 60
                 'choice_label' => 'name',
61
-                'choice_attr' => function ($value) {
61
+                'choice_attr' => function($value) {
62 62
                     return ['image' => $value->image->svg];
63 63
                 },
64 64
             ])
Please login to merge, or discard this patch.