Skip to content

Commit 592eece

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: typo fix
2 parents c7764ee + 029d907 commit 592eece

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
@@ -1443,7 +1443,7 @@ Thanks to the ``#[AutowireCallable]`` attribute, you can now inject this
14431443
) {
14441444
}
14451445

1446-
public function sendMail($string $message, array $parameters): string
1446+
public function sendMail(string $message, array $parameters): string
14471447
{
14481448
$formattedMessage = $this->formatter->format($message, $parameters);
14491449

0 commit comments

Comments
 (0)