We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef7cd51 commit b050e3fCopy full SHA for b050e3f
1 file changed
src/bundle/DependencyInjection/Configuration/Parser/SubtreeOperations.php
@@ -75,7 +75,7 @@ public function addSemanticConfig(NodeBuilder $nodeBuilder): void
75
->arrayNode('query_subtree')
76
->children()
77
->integerNode('limit')
78
- ->info('Limit the total count of items queried for when calculating the the number of direct children a node has. -1 for no limit.')
+ ->info('Limit the total count of items queried for when calculating the number of direct children a node has. -1 for no limit.')
79
->end()
80
81
0 commit comments