RoundCube Webmail
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

21 lines
679 B

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
# https://github.com/phpstan/phpstan/issues/10499
- '~^Function pam_chpass invoked with 3 parameters, 4-5 required\.$~'