File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff 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
402402your resolver. Otherwise it will default to the service's id.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments