@@ -72,7 +72,7 @@ |
||
| 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 | } |