We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c45a7f2 commit dbf1db5Copy full SHA for dbf1db5
service_container/debug.rst
@@ -31,3 +31,13 @@ its id:
31
.. code-block:: terminal
32
33
$ php bin/console debug:container app.mailer
34
+
35
+By default, the arguments of the services are not included in the output. Add the
36
+``--show-arguments`` option to show them:
37
38
+.. versionadded:: 3.3
39
+ The ``--show-arguments`` option was introduced in Symfony 3.3.
40
41
+.. code-block:: terminal
42
43
+ $ php bin/console debug:container app.mailer --show-arguments
0 commit comments