Skip to content

Commit

Permalink
Add a versionadded directive
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Jan 13, 2025
1 parent 908aee1 commit e12afdd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions service_container/debug.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,9 @@ its id:
.. code-block:: terminal
$ php bin/console debug:container App\Service\Mailer
.. versionadded:: 7.3

Check failure on line 55 in service_container/debug.rst

View workflow job for this annotation

GitHub Actions / Lint (DOCtor-RST)

Please use ".. deprecated::" instead of ".. versionadded::"

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,
which is now deprecated.

0 comments on commit e12afdd

Please sign in to comment.