Skip to content

Commit 6344e77

Browse files
rumours86XWB
authored andcommitted
Update Mailer.php
1 parent b8723e6 commit 6344e77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Mailer/Mailer.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ public function sendResettingEmailMessage(UserInterface $user)
8585
}
8686

8787
/**
88-
* @param string $renderedTemplate
89-
* @param string $fromEmail
90-
* @param string $toEmail
88+
* @param string $renderedTemplate
89+
* @param array|string $fromEmail
90+
* @param array|string $toEmail
9191
*/
9292
protected function sendEmailMessage($renderedTemplate, $fromEmail, $toEmail)
9393
{

0 commit comments

Comments
 (0)