Skip to content

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)