Skip to content

Commit 7c14d25

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: [Service Container] Fix typo in tag default index method name
2 parents cff406c + e182cb7 commit 7c14d25

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
@@ -805,7 +805,7 @@ array element. For example, to retrieve the ``handler_two`` handler::
805805
.. tip::
806806

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

811811
// src/Handler/One.php

0 commit comments

Comments
 (0)