i18n-command/phpstan.neon.dist
Pascal Birchler a52a6add53
Add initial PHPStan config (#486)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-08 14:29:00 +02:00

15 lines
297 B
Text

parameters:
level: 9
paths:
- src
- i18n-command.php
scanDirectories:
- vendor/wp-cli/wp-cli/php
scanFiles:
- vendor/php-stubs/wordpress-stubs/wordpress-stubs.php
- tests/phpstan/scan-files.php
treatPhpDocTypesAsCertain: false
stubFiles:
- stubs/Gettext.stub