Completed
Branch master (df7728)
by Antonio
15:10 queued 11:16
created
src/HTPayWayOffsiteGatewayFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
                 'secret_key',
40 40
             ];
41 41
 
42
-            $config['payum.api'] = function (ArrayObject $config) {
42
+            $config['payum.api'] = function(ArrayObject $config) {
43 43
                 $config->validateNotEmpty($config['payum.required_options']);
44 44
 
45 45
                 $api = new PaymentOffsite(
Please login to merge, or discard this patch.