8000
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 f9a675e commit 6a3f9bcCopy full SHA for 6a3f9bc
src/Symfony/Component/Mailer/Bridge/Mailchimp/Http/MandrillTransport.php
@@ -64,7 +64,7 @@ protected function doSend(SentMessage $message): void
64
*/
65
private function getRecipients(SmtpEnvelope $envelope): array
66
{
67
- return array_map(function (Address $recipient) {
+ return array_map(function (Address $recipient): string {
68
return $recipient->getAddress();
69
}, $envelope->getRecipients());
70
}
0 commit comments