Passed
Push — master ( 411399...13c9c0 )
by
unknown
01:51
created
PayseraGatewayFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
                 'projectid', 'sign_password'
43 43
             ];
44 44
 
45
-            $config['payum.api'] = function (ArrayObject $config) {
45
+            $config['payum.api'] = function(ArrayObject $config) {
46 46
                 $config->validateNotEmpty($config['payum.required_options']);
47 47
 
48 48
                 return new Api((array)$config);
Please login to merge, or discard this patch.