We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8723e6 commit 6344e77Copy full SHA for 6344e77
Mailer/Mailer.php
@@ -85,9 +85,9 @@ public function sendResettingEmailMessage(UserInterface $user)
85
}
86
87
/**
88
- * @param string $renderedTemplate
89
- * @param string $fromEmail
90
- * @param string $toEmail
+ * @param string $renderedTemplate
+ * @param array|string $fromEmail
+ * @param array|string $toEmail
91
*/
92
protected function sendEmailMessage($renderedTemplate, $fromEmail, $toEmail)
93
{
0 commit comments