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 2d294b6 commit cfe65b6Copy full SHA for cfe65b6
DependencyInjection/Configuration.php
@@ -198,7 +198,6 @@ private function addFormatListenerSection(ArrayNodeDefinition $rootNode)
198
->scalarNode('fallback_format')->defaultValue('html')->end()
199
->arrayNode('priorities')
200
->beforeNormalization()->ifString()->then(function($v) { return preg_split('/\s*,\s*/', $v); })->end()
201
- ->useAttributeAsKey('name')
202
->prototype('scalar')->end()
203
->end()
204
0 commit comments