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:
396
396
397
397
.. code-block :: terminal
398
398
399
- $ php bin/console debug:container debug.argument_resolver.inner --show-arguments
399
+ $ php bin/console debug:container debug.argument_resolver.inner
400
400
401
401
You can also configure the name passed to the ``ValueResolver `` attribute to target
402
402
your 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:
51
51
.. code-block :: terminal
52
52
53
53
$ 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