10000 minor #18416 [DependencyInjection] fix(typo): Update service_containe… · symfony/symfony-docs@ca7499b · GitHub
[go: up one dir, main page]

Skip to content

Commit ca7499b

Browse files
committed
minor #18416 [DependencyInjection] fix(typo): Update service_container.rst (Manually Wiring Arguments part) (Enz000)
This PR was merged into the 6.2 branch. Discussion ---------- [DependencyInjection] fix(typo): Update service_container.rst (Manually Wiring Arguments part) Commits ------- 40d2bb7 Update service_container.rst (Manually Wiring Arguments part)
2 parents e2b3fd5 + 40d2bb7 commit ca7499b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ example, suppose you want to make the admin email configurable:
412412
public function __construct(
413413
private MessageGenerator $messageGenerator,
414414
private MailerInterface $mailer,
415-
+ private string $adminEmail,)
415+
+ private string $adminEmail
416416
) {
417417
}
418418

0 commit comments

Comments
 (0)
0