mirror of
https://github.com/nextcloud/server.git
synced 2026-04-02 23:55:54 -04:00
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>
This commit is contained in:
parent
46d8a7333b
commit
40211f3d07
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Reference in a new issue