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 f34a1f8 commit c314b08Copy full SHA for c314b08
1 file changed
src/Handler/Writer/Mail.php
@@ -77,7 +77,6 @@ public function shutdown(): void
77
try {
78
$this->transport->send($this->mail);
79
} catch (Exception $exception) {
80
- /** @var string $message */
81
$message = $exception->getMessage();
82
/** @var int $code */
83
$code = $exception->getCode();
0 commit comments