scaffold-package-command/phpstan.neon.dist

14 lines
327 B
Text
Raw Normal View History

2025-07-03 23:03:35 +02:00
parameters:
level: 9
paths:
- src
- scaffold-package-command.php
scanDirectories:
- vendor/wp-cli/wp-cli/php
scanFiles:
- vendor/php-stubs/wordpress-stubs/wordpress-stubs.php
treatPhpDocTypesAsCertain: false
ignoreErrors:
- identifier: missingType.parameter
- identifier: missingType.return