From 0c3c3127057533a0fdd130fb609206112c9bf098 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Sat, 18 Jan 2025 09:38:04 +0100 Subject: [PATCH] replace versionadded with deprecated directive --- service_container/debug.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service_container/debug.rst b/service_container/debug.rst index aab6fa9529f..9e3e28a5343 100644 --- a/service_container/debug.rst +++ b/service_container/debug.rst @@ -52,7 +52,7 @@ its id: $ php bin/console debug:container App\Service\Mailer -.. versionadded:: 7.3 +.. deprecated:: 7.3 Starting in Symfony 7.3, this command displays the service arguments by default. In earlier Symfony versions, you needed to use the ``--show-arguments`` option,