From 519f3a3449a2992cd9aa7af064fb91037a1ae870 Mon Sep 17 00:00:00 2001 From: Jules Pietri Date: Sun, 18 Sep 2022 11:39:21 +0200 Subject: [PATCH] [FrameworkBundle] Fix a phpdoc in mailer assertions --- .../Bundle/FrameworkBundle/Test/MailerAssertionsTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/FrameworkBundle/Test/MailerAssertionsTrait.php b/src/Symfony/Bundle/FrameworkBundle/Test/MailerAssertionsTrait.php index d0ca84e25ae7a..fe20731a78a7b 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Test/MailerAssertionsTrait.php +++ b/src/Symfony/Bundle/FrameworkBundle/Test/MailerAssertionsTrait.php @@ -91,7 +91,7 @@ public static function assertEmailAddressContains(RawMessage $email, string $hea } /** - * @return MessageEvents[] + * @return MessageEvent[] */ public static function getMailerEvents(string $transport = null): array {