mirror of
https://gh.wpcy.net/https://github.com/WPTechnix/wp-settings-framework.git
synced 2026-04-27 07:15:14 +08:00
21 lines
403 B
Text
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
|