8000 [FrameworkBundle] Fix a phpdoc in mailer assertions · symfony/symfony@519f3a3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 519f3a3

Browse files
committed
[FrameworkBundle] Fix a phpdoc in mailer assertions
1 parent 43e5259 commit 519f3a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Test/MailerAssertionsTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public static function assertEmailAddressContains(RawMessage $email, string $hea
9191
}
9292

9393
/**
94-
* @return MessageEvents[]
94+
* @return MessageEvent[]
9595
*/
9696
public static function getMailerEvents(string $transport = null): array
9797
{

0 commit comments

Comments
 (0)
0