mirror of
https://github.com/friendica/friendica
synced 2024-12-22 08:00:16 +00:00
Ignore missing SMTP class in PHPMailer
This commit is contained in:
parent
cf6d7fbb76
commit
020d1f6e30
1 changed files with 24 additions and 0 deletions
|
@ -40,3 +40,27 @@ parameters:
|
||||||
# Ignore missing IMAP\Connection class in PHP <= 8.0
|
# Ignore missing IMAP\Connection class in PHP <= 8.0
|
||||||
message: '(^Parameter .+ has invalid type IMAP\\Connection\.$)'
|
message: '(^Parameter .+ has invalid type IMAP\\Connection\.$)'
|
||||||
path: src
|
path: src
|
||||||
|
|
||||||
|
-
|
||||||
|
# Ignore missing SMTP class in PHPMailer 5.2.21
|
||||||
|
# see https://github.com/PHPMailer/PHPMailer/blob/v5.2.21/class.smtp.php
|
||||||
|
message: '(^.+ an unknown class SMTP\.$)'
|
||||||
|
path: addon/mailstream/phpmailer
|
||||||
|
|
||||||
|
-
|
||||||
|
# Ignore missing SMTP class in PHPMailer 5.2.21
|
||||||
|
# see https://github.com/PHPMailer/PHPMailer/blob/v5.2.21/class.smtp.php
|
||||||
|
message: '(^Property .+ has unknown class SMTP as its type\.$)'
|
||||||
|
path: addon/mailstream/phpmailer
|
||||||
|
|
||||||
|
-
|
||||||
|
# Ignore missing SMTP class in PHPMailer 5.2.21
|
||||||
|
# see https://github.com/PHPMailer/PHPMailer/blob/v5.2.21/class.smtp.php
|
||||||
|
message: '(^Method .+ has invalid return type SMTP\.$)'
|
||||||
|
path: addon/mailstream/phpmailer
|
||||||
|
|
||||||
|
-
|
||||||
|
# Ignore missing SMTP class in PHPMailer 5.2.21
|
||||||
|
# see https://github.com/PHPMailer/PHPMailer/blob/v5.2.21/class.smtp.php
|
||||||
|
message: '(^Instantiated class SMTP not found\.$)'
|
||||||
|
path: addon/mailstream/phpmailer
|
||||||
|
|
Loading…
Reference in a new issue