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 f7892fa commit 2d294b6Copy full SHA for 2d294b6
DependencyInjection/Configuration.php
@@ -190,6 +190,7 @@ private function addFormatListenerSection(ArrayNodeDefinition $rootNode)
190
->arrayNode('rules')
191
->cannotBeOverwritten()
192
->prototype('array')
193
+ ->fixXmlConfig('priority', 'priorities')
194
->children()
195
->scalarNode('path')->defaultNull()->info('URL path info')->end()
196
->scalarNode('host')->defaultNull()->info('URL host name')->end()
0 commit comments