8000 Merge branch '5.4' into 6.2 · xelaris/symfony-docs@aca9366 · GitHub
[go: up one dir, main page]

Skip to content

Commit aca9366

Browse files
committed
Merge branch '5.4' into 6.2
* 5.4: Fix xml example for defaut-index-name for tagged service provider
2 parents 067a41a + 1380f60 commit aca9366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/tags.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@ with the ``default_index_method`` attribute on the tagged argument:
10781078
<!-- use getIndex() instead of getDefaultIndexName() -->
10791079
<argument type="tagged_iterator"
10801080
tag="app.handler"
1081-
default-index-method="someFunctionName"
1081+
default-index-method="getIndex"
10821082
/>
10831083
</service>
10841084
</services>

0 commit comments

Comments
 (0)
0