Skip to content

Commit af10fcc

Browse files
committed
Merge branch '6.1' into 6.2
* 6.1: Add missing colon before code example
2 parents 0a20729 + 1b7ae02 commit af10fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/autowiring.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ in the service configuration. You wire up only the difficult arguments,
546546
Symfony takes care of the rest.
547547

548548
You can also use the ``#[Autowire]`` parameter attribute to instruct the autowiring
549-
logic about those arguments:
549+
logic about those arguments::
550550

551551
// src/Service/MessageGenerator.php
552552
namespace App\Service;

0 commit comments

Comments
 (0)