profile-command/phpstan.neon.dist
Pascal Birchler 47fc0590c4
Some checks failed
Code Quality Checks / code-quality (push) Has been cancelled
Regenerate README file / regenerate-readme (push) Has been cancelled
Testing / test (push) Has been cancelled
Add initial PHPStan config (#218)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-08 16:29:52 +02:00

12 lines
261 B
Text

parameters:
level: 9
paths:
- src
- profile-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