Skip to content

Commit 029d907

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: typo fix
2 parents 979b7ef + 996a548 commit 029d907

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)