Skip to content

Commit 996a548

Browse files
committed
minor #18750 typo fix (rcsofttech85)
This PR was squashed before being merged into the 6.3 branch. Discussion ---------- typo fix Typo fix Commits ------- f0f0289 typo fix
2 parents ff01c14 + f0f0289 commit 996a548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container.rst

+1-1
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)