v-wordpress-plugin-updater/phpstan.neon
nikolai@vontainment.com 7dc61245d7 modified: phpstan.neon
2025-08-13 23:54:27 -04:00

11 lines
258 B
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

parameters:
level: 6
paths:
- mu-plugin
- update-api
bootstrapFiles:
- .github\phpstan-bootstrap.php
# Optional: silence WP globals noise you dont care about
ignoreErrors:
- '#Call to (function|method) (add_action|add_filter)#'