fixed the phpcs issue
1 open thread
Merge request reports
Activity
81 81 * 82 82 * Capture SMTP communication errors by default. 83 83 */ 84 public $SMTPDebug = 2; 84 public $smtpDebug = 2; This class extends the PHPMailer class, which uses $AllowEmpty and $SMTPDebug properties. Even though they are Drupal coding standards violations I've kept them this way to match the parent class.
Edited by Ian McLean
Please register or sign in to reply