FreshRSS-Extensions/phpstan-third-party.neon
Alexandre Alapetite 6aa8814326
PHPStan 2.0
And update to PHP 8.1+
2025-01-11 14:00:47 +01:00

27 lines
526 B
Text

parameters:
phpVersion:
min: 80100 # PHP 8.1
max: 80499 # PHP 8.4
level: 0 # https://phpstan.org/user-guide/rule-levels
fileExtensions:
- php
- phtml
paths:
- ../FreshRSS
- third-party/
excludePaths:
analyse:
- ../FreshRSS
- third-party/*/vendor/*?
analyseAndScan:
- .git/*?
- node_modules/*?
- symbolic/*?
- third-party/*/tests/*?
- tmp/*?
- vendor/
- xExtension-*
dynamicConstantNames:
- TYPE_GIT
reportMaybesInPropertyPhpDocTypes: false
treatPhpDocTypesAsCertain: false