@@ -17,7 +17,7 @@ |
||
17 | 17 | */ |
18 | 18 | public function load(array $configs, ContainerBuilder $container): void |
19 | 19 | { |
20 | - $this->processConfiguration($this->getConfiguration([], $container), $configs); |
|
20 | + $this->processConfiguration($this->getConfiguration([ ], $container), $configs); |
|
21 | 21 | |
22 | 22 | $loader = new YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
23 | 23 |