Skip to content

Commit 75d8963

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: Update debug.rst
2 parents e958c59 + 556bb55 commit 75d8963

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)