language-command/phpstan.neon.dist
2025-07-10 16:31:36 +02:00

18 lines
401 B
Text

parameters:
level: 9
paths:
- php
- utils
scanDirectories:
- vendor/wp-cli/wp-cli
scanFiles:
- vendor/php-stubs/wordpress-stubs/wordpress-stubs.php
- php/boot-phar.php
treatPhpDocTypesAsCertain: false
dynamicConstantNames:
- WP_DEBUG
- WP_DEBUG_LOG
- WP_DEBUG_DISPLAY
ignoreErrors:
- identifier: missingType.parameter
- identifier: missingType.return