Skip to content

Commit 0483ed6

Browse files
aliz71javiereguiluz
authored andcommitted
Update debug.rst
The service ID should not be surrounded by a single quote.
1 parent 554fc00 commit 0483ed6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

service_container/debug.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ its id:
2929

3030
.. code-block:: terminal
3131
32-
$ php bin/console debug:container 'App\Service\Mailer'
32+
$ php bin/console debug:container App\Service\Mailer
3333
3434
# to show the service arguments:
35-
$ php bin/console debug:container 'App\Service\Mailer' --show-arguments
35+
$ php bin/console debug:container App\Service\Mailer --show-arguments

0 commit comments

Comments
 (0)