Passed
Push — master ( ee3474...0cff61 )
by Francis
04:46 queued 01:48
created
src/AbstractStripeGatewayFactory.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@  discard block
 block discarded – undo
140 140
             $config->defaults($config['payum.default_options']);
141 141
             $config->offsetSet('payum.required_options', $this->getStripeRequiredOptions());
142 142
 
143
-            $config->offsetSet('payum.api', function (ArrayObject $config) {
143
+            $config->offsetSet('payum.api', function(ArrayObject $config) {
144 144
                 $config->validateNotEmpty($config['payum.required_options']);
145 145
 
146 146
                 return $this->initApi($config);
@@ -148,7 +148,7 @@  discard block
 block discarded – undo
148 148
         }
149 149
 
150 150
         $config->offsetSet('payum.paths', array_replace([
151
-            'FluxSEPayumStripe' => __DIR__.'/Resources/views',
151
+            'FluxSEPayumStripe' => __DIR__ . '/Resources/views',
152 152
         ], $config['payum.paths'] ?: []));
153 153
     }
154 154
 
Please login to merge, or discard this patch.