We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35b7ba1 + 9ed6079 commit 33fbec7Copy full SHA for 33fbec7
DependencyInjection/Configuration.php
@@ -104,7 +104,7 @@ protected function configureClients(ArrayNodeDefinition $root)
104
->info('A list of service ids of plugins. The order is important.')
105
->prototype('scalar')->end()
106
->end()
107
- ->variableNode('config')->end()
+ ->variableNode('config')->defaultValue([])->end()
108
109
->end();
110
}
0 commit comments