Skip to content

Commit 04278b5

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: [Service Container] Fix typo in tag default index method name
2 parents 49b74d5 + 2ff4cfd commit 04278b5

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

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

809809
// src/Handler/One.php

0 commit comments

Comments
 (0)