8000 Merge branch '4.4' into 5.3 · symfony/symfony-docs@556bb55 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 556bb55

Browse files
committed
Merge branch '4.4' into 5.3
* 4.4: Update debug.rst
2 parents 74d129d + 90eed8a commit 556bb55

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)
0