Skip to content

Commit 90eed8a

Browse files
committed
minor #15820 Update debug.rst (aliz71)
This PR was submitted for the 5.3 branch but it was merged into the 4.4 branch instead. Discussion ---------- Update debug.rst The service ID should not be surrounded by a single quote. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 0483ed6 Update debug.rst
2 parents 554fc00 + 0483ed6 commit 90eed8a

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)