We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 908aee1 commit e12afddCopy full SHA for e12afdd
service_container/debug.rst
@@ -51,3 +51,9 @@ its id:
51
.. code-block:: terminal
52
53
$ php bin/console debug:container App\Service\Mailer
54
+
55
+.. versionadded:: 7.3
56
57
+ Starting in Symfony 7.3, this command displays the service arguments by default.
58
+ In earlier Symfony versions, you needed to use the ``--show-arguments`` option,
59
+ which is now deprecated.
0 commit comments