Skip to content

Commit 249616e

Browse files
committed
[#7399] move versionadded directive after code block
1 parent 1942379 commit 249616e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

service_container/debug.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ its id:
3535
By default, the arguments of the services are not included in the output. Add the
3636
``--show-arguments`` option to show them:
3737

38-
.. versionadded:: 3.3
39-
The ``--show-arguments`` option was introduced in Symfony 3.3.
40-
4138
.. code-block:: terminal
4239
4340
$ php bin/console debug:container app.mailer --show-arguments
41+
42+
.. versionadded:: 3.3
43+
The ``--show-arguments`` option was introduced in Symfony 3.3.

0 commit comments

Comments
 (0)