@@ -42,7 +42,7 @@ |
||
42 | 42 | 'type', |
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 | /** @var MultiSafepayApiClientInterface $multiSafepayApiClient */ |
@@ -52,7 +52,7 @@ |
||
52 | 52 | ]), |
53 | 53 | ], |
54 | 54 | ]) |
55 | - ->addEventListener(FormEvents::PRE_SET_DATA, function (FormEvent $event) { |
|
55 | + ->addEventListener(FormEvents::PRE_SET_DATA, function(FormEvent $event) { |
|
56 | 56 | $data = $event->getData(); |
57 | 57 | |
58 | 58 | $data['payum.http_client'] = '@bitbag_sylius_multisafepay_plugin.api_client.multisafepay_api_client'; |