Skip to content

Commit 908aee1

Browse files
committed
minor #20561 [FrameworkBundle] Remove --show-arguments option for debug:container (mdoutreluingne)
This PR was merged into the 7.3 branch. Discussion ---------- [FrameworkBundle] Remove ``--show-arguments`` option for ``debug:container`` Fixes #20542 Here I don't think it's relevant to inform readers with an versionadded block / deprecated block version of the changes made, what do you think? Commits ------- 2079333 [FrameworkBundle] Remove ``--show-arguments`` option for ``debug:container``
2 parents 3f480fb + 2079333 commit 908aee1

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

controller/value_resolver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ command to see which argument resolvers are present and in which order they run:
396396

397397
.. code-block:: terminal
398398
399-
$ php bin/console debug:container debug.argument_resolver.inner --show-arguments
399+
$ php bin/console debug:container debug.argument_resolver.inner
400400
401401
You can also configure the name passed to the ``ValueResolver`` attribute to target
402402
your resolver. Otherwise it will default to the service's id.

service_container/debug.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,3 @@ its id:
5151
.. code-block:: terminal
5252
5353
$ php bin/console debug:container App\Service\Mailer
54-
55-
# to show the service arguments:
56-
$ php bin/console debug:container App\Service\Mailer --show-arguments

0 commit comments

Comments
 (0)