From 81a4ad45ea9482a04af69909a073f386e1ba76ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandru=20N=C4=83stase?= Date: Sat, 23 Nov 2019 12:32:11 +0100 Subject: [PATCH] Remove deprecation notice block for tagged --- service_container/tags.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/service_container/tags.rst b/service_container/tags.rst index b2ff8336b73..b85ce4fb300 100644 --- a/service_container/tags.rst +++ b/service_container/tags.rst @@ -493,10 +493,6 @@ compiler pass just for that. In the following example, all services tagged with ``app.handler`` are passed as first constructor argument to the ``App\HandlerCollection`` service: -.. deprecated:: 4.4 - - ``tagged`` has been deprecated since version 4.4 and will be removed in 5.0. Use ``tagged_iterator`` instead. - .. configuration-block:: .. code-block:: yaml