Skip to content

Commit 1b7ae02

Browse files
committed
minor #16930 [DependencyInjection] Add missing colon before code example (richardmiller)
This PR was merged into the 6.1 branch. Discussion ---------- [DependencyInjection] Add missing colon before code example <!-- 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 `6.x` for features of unreleased versions). --> Commits ------- 173f2a9 Add missing colon before code example
2 parents 23bafc9 + 173f2a9 commit 1b7ae02

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)