Skip to content

Commit b050e3f

Browse files
author
MateuszKolankowski
committed
Updated limit description for query_subtree in SubtreeOperations
1 parent ef7cd51 commit b050e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bundle/DependencyInjection/Configuration/Parser/SubtreeOperations.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function addSemanticConfig(NodeBuilder $nodeBuilder): void
7575
->arrayNode('query_subtree')
7676
->children()
7777
->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.')
78+
->info('Limit the total count of items queried for when calculating the number of direct children a node has. -1 for no limit.')
7979
->end()
8080
->end()
8181
->end()

0 commit comments

Comments
 (0)