Passed
Push — master ( ca7ad6...579b04 )
by Mykolas
02:00
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.
MockedPayseraGatewayFactory.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 MockedApi((array)$config);
Please login to merge, or discard this patch.