chore(Mailer): remove no-op local variable initilization

The IDE hinted the value is immediately overwritten.

Signed-off-by: Thomas Lehmann <t.lehmann@strato.de>
pull/48977/head
Thomas Lehmann 1 year ago committed by Thomas Lehmann
parent 46d8a7333b
commit 40211f3d07
  1. 2
      lib/private/Mail/Mailer.php

@ -255,8 +255,6 @@ class Mailer implements IMailer {
return $this->instance;
}
$transport = null;
switch ($this->config->getSystemValueString('mail_smtpmode', 'smtp')) {
case 'sendmail':
$transport = $this->getSendMailInstance();

Loading…
Cancel
Save