Passed
Branch master (c9bd7c)
by Dāvis
03:05
created
DependencyInjection/SludioHelperExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
         }
73 73
 
74 74
         foreach ($config['other'] as $key => $other) {
75
-            if(is_array($other)) {
75
+            if (is_array($other)) {
76 76
                 foreach ($other as $variable => $value) {
77 77
                     $container->setParameter('sludio_helper.'.$key.'.'.$variable, $config['other'][$key][$variable]);
78 78
                 }
Please login to merge, or discard this patch.