Passed
Pull Request — master (#100)
by
unknown
06:43
created
src/Creator/MollieMethodsCreator.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -67,8 +67,7 @@
 block discarded – undo
67 67
         foreach ($gateways as $gateway) {
68 68
             $config = $gateway->getConfig();
69 69
             $environment = true === $config['environment'] ?
70
-                MollieGatewayConfigurationType::API_KEY_LIVE :
71
-                MollieGatewayConfigurationType::API_KEY_TEST;
70
+                MollieGatewayConfigurationType::API_KEY_LIVE : MollieGatewayConfigurationType::API_KEY_TEST;
72 71
 
73 72
             $client = $this->mollieApiClient->setApiKey($config[$environment]);
74 73
 
Please login to merge, or discard this patch.