From dc072c4d98b3d79494e9fcb12b4314b67bde4674 Mon Sep 17 00:00:00 2001 From: Pavel Nemchenko Date: Wed, 23 Dec 2020 00:03:08 +0200 Subject: [PATCH] [Service Container] Fix typo in tag default index method name --- service_container/tags.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service_container/tags.rst b/service_container/tags.rst index bf8f6959db4..6783ef06d4e 100644 --- a/service_container/tags.rst +++ b/service_container/tags.rst @@ -807,7 +807,7 @@ array element. For example, to retrieve the ``handler_two`` handler:: .. tip:: Just like the priority, you can also implement a static - ``getDefaultIndexAttributeName()`` method in the handlers and omit the + ``getDefaultIndexName()`` method in the handlers and omit the index attribute (``key``):: // src/Handler/One.php