8000 Minor fix · symfony/symfony-docs@235b302 · GitHub
[go: up one dir, main page]

Skip to content

Commit 235b302

Browse files
committed
Minor fix
1 parent 48d02a1 commit 235b302

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
@@ -587,7 +587,7 @@ and even :doc:`complex expressions </service_container/expression_language>`::
587587
bool $debugMode,
588588

589589
// and expressions
590-
#[Autowire(expression: "service("App\\Mail\\MailerConfiguration").getMailerMethod()")]
590+
#[Autowire(expression: 'service("App\\Mail\\MailerConfiguration").getMailerMethod()')]
591591
string $mailerMethod
592592
) {
593593
}

0 commit comments

Comments
 (0)
0