Passed
Push — bugfix/supesc-282-issues-in-ec... ( b4aa9a...0b38e6 )
by
unknown
04:08
created
src/SprykerEco/Zed/AdyenApi/AdyenApiDependencyProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
      */
39 39
     protected function addUtilEncodingService(Container $container): Container
40 40
     {
41
-        $container->set(static::SERVICE_UTIL_ENCODING, function (Container $container) {
41
+        $container->set(static::SERVICE_UTIL_ENCODING, function(Container $container) {
42 42
             return new AdyenApiToUtilEncodingServiceBridge($container->getLocator()->utilEncoding()->service());
43 43
         });
44 44
 
Please login to merge, or discard this patch.