Skip to content

Commit f0f0289

Browse files
rcsofttech85OskarStark
authored andcommitted
typo fix
1 parent ff01c14 commit f0f0289

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)