Skip to content

Commit 7686b8f

Browse files
committed
[FrameworkBundle][Configuration] Fix translator enabled_locales configuration definition
1 parent b177450 commit 7686b8f

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
@@ -688,7 +688,7 @@ private function addTranslatorSection(ArrayNodeDefinition $rootNode)
688688
->prototype('scalar')->end()
689689
->end()
690690
->arrayNode('enabled_locales')
691-
->prototype('scalar')
691+
->prototype('scalar')->end()
692692
->defaultValue([])
693693
->end()
694694
->end()

0 commit comments

Comments
 (0)