@@ -31,7 +31,7 @@ |
||
31 | 31 | |
32 | 32 | public function getMethodByName(string $methodName): ?MollieGatewayConfigInterface |
33 | 33 | { |
34 | - $method = $this->mollieGatewayConfig->filter(function (MollieGatewayConfigInterface $mollieGatewayConfig) use ($methodName) { |
|
34 | + $method = $this->mollieGatewayConfig->filter(function(MollieGatewayConfigInterface $mollieGatewayConfig) use ($methodName) { |
|
35 | 35 | return $mollieGatewayConfig->getMethodId() === $methodName; |
36 | 36 | }); |
37 | 37 |
@@ -41,7 +41,7 @@ |
||
41 | 41 | $environment, |
42 | 42 | ]; |
43 | 43 | |
44 | - $config['payum.api'] = function (ArrayObject $config) use ($environment) { |
|
44 | + $config['payum.api'] = function(ArrayObject $config) use ($environment) { |
|
45 | 45 | $config->validateNotEmpty($config['payum.required_options']); |
46 | 46 | |
47 | 47 | /** @var MollieApiClient $mollieApiClient */ |