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\.$~'