Passed
Push — master ( 9e4149...b464c5 )
by
unknown
09:26 queued 04:21
created
src/Entity/GatewayConfigTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.