Skip to content
Snippets Groups Projects

fixed the phpcs issue

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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
Please register or sign in to reply
Loading