Skip to content

Commit 33fbec7

Browse files
committed
Merge pull request #35 from php-http/default_config
Make sure we have a default config for the clients variable node
2 parents 35b7ba1 + 9ed6079 commit 33fbec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ protected function configureClients(ArrayNodeDefinition $root)
104104
->info('A list of service ids of plugins. The order is important.')
105105
->prototype('scalar')->end()
106106
->end()
107-
->variableNode('config')->end()
107+
->variableNode('config')->defaultValue([])->end()
108108
->end()
109109
->end();
110110
}

0 commit comments

Comments
 (0)