mirror of
https://github.com/friendica/friendica
synced 2024-12-22 13:20:15 +00:00
Ignore missing IMAP\Connection class in PHP 7.4 and 8.0
This commit is contained in:
parent
053dc2bea5
commit
8aa54fe9fd
1 changed files with 11 additions and 1 deletions
|
@ -26,6 +26,16 @@ parameters:
|
|||
|
||||
ignoreErrors:
|
||||
-
|
||||
# Ignore missing GdImage class in PHP 7.4
|
||||
# Ignore missing GdImage class in PHP <= 7.4
|
||||
message: '(^Property .+ has unknown class GdImage as its type\.$)'
|
||||
path: src
|
||||
|
||||
-
|
||||
# Ignore missing IMAP\Connection class in PHP <= 8.0
|
||||
message: '(^Method .+ has invalid return type IMAP\\Connection\.$)'
|
||||
path: src
|
||||
|
||||
-
|
||||
# Ignore missing IMAP\Connection class in PHP <= 8.0
|
||||
message: '(^Parameter .+ has invalid type IMAP\\Connection\.$)'
|
||||
path: src
|
||||
|
|
Loading…
Reference in a new issue