From 19ee7d29930b86c8589ae4b67ce4ef2b9116b657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen?= Date: Sat, 21 Sep 2024 22:29:02 +0200 Subject: [PATCH] Fix typo filename --- service_container.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service_container.rst b/service_container.rst index eef0433a3c8..ff7a60d441b 100644 --- a/service_container.rst +++ b/service_container.rst @@ -1434,7 +1434,7 @@ Let's say you have the following functional interface:: You also have a service that defines many methods and one of them is the same ``format()`` method of the previous interface:: - // src/Service/MessageFormatterInterface.php + // src/Service/MessageUtils.php namespace App\Service; class MessageUtils