Files
roundcubemail/phpstan.neon.dist
Aleksander Machniak f8d9cb157b Fix new phpstan errors
2024-09-12 09:52:42 +02:00

19 lines
542 B
Plaintext

includes:
- phar://phpstan.phar/conf/bleedingEdge.neon
parameters:
level: 4
checkMissingOverrideMethodAttribute: true
paths:
- .
excludePaths:
- node_modules
- vendor
ignoreErrors:
# https://github.com/php/pecl-authentication-krb5
-
path: 'program/lib/Roundcube/rcube_imap_generic.php'
message: '~^(Instantiated class (GSSAPIContext|KRB5CCache) not found|Call to method \w+\(\) on an unknown class (GSSAPIContext|KRB5CCache))\.$~'
count: 7