Skip to content

Commit 2079333

Browse files
[FrameworkBundle] Remove --show-arguments option for debug:container
1 parent 250c35b commit 2079333

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)