Skip to content

Commit 2ff4cfd

Browse files
committed
minor #14733 [DependencyInjection] [Service Container] Fix typo in tag default index method name (nemoipaha)
This PR was merged into the 4.4 branch. Discussion ---------- [DependencyInjection] [Service Container] Fix typo in tag default index method name <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- dc072c4 [Service Container] Fix typo in tag default index method name
2 parents 8d947f9 + dc072c4 commit 2ff4cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/tags.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ array element. For example, to retrieve the ``handler_two`` handler::
807807
.. tip::
808808

809809
Just like the priority, you can also implement a static
810-
``getDefaultIndexAttributeName()`` method in the handlers and omit the
810+
``getDefaultIndexName()`` method in the handlers and omit the
811811
index attribute (``key``)::
812812

813813
// src/Handler/One.php

0 commit comments

Comments
 (0)