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 96d9851 commit e330484Copy full SHA for e330484
Transport/SendmailTransport.php
@@ -87,7 +87,7 @@ protected function doSend(SentMessage $message): void
87
88
$command = $this->command;
89
90
- if (!empty($recipients = $message->getEnvelope()->getRecipients())) {
+ if ($recipients = $message->getEnvelope()->getRecipients()) {
91
$command = str_replace(' -t', '', $command);
92
}
93
0 commit comments