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.
1 parent e13c049 commit f676694Copy full SHA for f676694
components/config/definition.rst
@@ -327,8 +327,8 @@ In order to maintain the array keys use the ``useAttributeAsKey()`` method::
327
->fixXmlConfig('connection')
328
->children()
329
->arrayNode('connections')
330
+ ->useAttributeAsKey('name')
331
->prototype('array')
- ->useAttributeAsKey('name')
332
333
->scalarNode('table')->end()
334
->scalarNode('user')->end()
0 commit comments