Completed
Push — master ( 398ea1...985d91 )
by Daniel
04:49
created
src/DependencyInjection/CodeCloudShopifyExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
         $container->setParameter('codecloud_shopify.webhooks', $config['webhooks']);
22 22
 
23 23
         foreach ($config['oauth'] as $key => $value) {
24
-            $container->setParameter('codecloud_shopify.oauth.'.$key, $value);
24
+            $container->setParameter('codecloud_shopify.oauth.' . $key, $value);
25 25
         }
26 26
 
27 27
         $loader = new YamlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config'));
Please login to merge, or discard this patch.