fair-plugin/phpstan.dist.neon
Kaspars Dambis 0966d2a75a
Add PHPStan checks (#382)
Co-authored-by: Chuck Adams <chaz@chaz.works>
2026-04-06 13:18:41 -06:00

10 lines
221 B
Text

includes:
- tests/phpstan-baseline.neon # TODO: Fix all these issues.
- vendor/szepeviktor/phpstan-wordpress/extension.neon
parameters:
tmpDir: .cache/phpstan
level: 0
paths:
- inc
- plugin.php
- uninstall.php