mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 17:24:31 +02:00
ignore PHPStan errors for PHP 7.4 compatability
This commit is contained in:
parent
68ce03797a
commit
053dc2bea5
2 changed files with 8 additions and 1 deletions
|
@ -23,3 +23,9 @@ parameters:
|
|||
|
||||
dynamicConstantNames:
|
||||
- DB_UPDATE_VERSION
|
||||
|
||||
ignoreErrors:
|
||||
-
|
||||
# Ignore missing GdImage class in PHP 7.4
|
||||
message: '(^Property .+ has unknown class GdImage as its type\.$)'
|
||||
path: src
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue