Completed
Pull Request — master (#49)
by
unknown
09:35
created
src/Resolver/MollieCountriesRestrictionResolver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
         $methods['image'][$paymentMethod->getMethodId()] = $this->imageResolver->resolve($paymentMethod);
63 63
         $methods['issuers'][$paymentMethod->getMethodId()] = $paymentMethod->getIssuers();
64 64
         $methods['paymentFee'][$paymentMethod->getMethodId()] = $paymentMethod->getPaymentSurchargeFee()->getType()
65
-            ? $paymentMethod->getPaymentSurchargeFee(): [];
65
+            ? $paymentMethod->getPaymentSurchargeFee() : [];
66 66
 
67 67
         return $methods;
68 68
     }
Please login to merge, or discard this patch.