Fix "Access to undefined property" rule violations

This commit is contained in:
Tautvidas Sipavičius
2019-01-23 11:33:47 +02:00
parent b2bb7b0023
commit 9f13f68e39
25 changed files with 75 additions and 8 deletions

View File

@ -18,6 +18,7 @@ class SMTP {
public $reply_to;
public $return_path;
public $mailer;
private $mailer_logger;
const SMTP_CONNECTION_TIMEOUT = 15; // seconds
/** @var SMTPMapper */