v-wordpress-plugin-updater/phpstan.neon
nikolai@vontainment.com fa7c686911 up
2025-09-11 16:43:01 -04:00

14 lines
324 B
Text
Raw 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
excludePaths:
- update-api/vendor
- update-api/vendor/*
bootstrapFiles:
- .github\phpstan-bootstrap.php
# Optional: silence WP globals noise you dont care about
ignoreErrors:
- '#Call to (function|method) (add_action|add_filter)#'