wp-settings-framework/phpstan.neon.dist
2025-08-12 00:17:32 +05:00

21 lines
403 B
Text

parameters:
phpVersion:
min: 80000
max: 80410
level: 8
tmpDir: /tmp/.phpstan
paths:
- src/
strictRules:
noVariableVariables: false
ignoreErrors:
- identifier: empty.notAllowed
treatPhpDocTypesAsCertain: false
includes:
- vendor/phpstan/phpstan-strict-rules/rules.neon
- vendor/szepeviktor/phpstan-wordpress/extension.neon