v-wordpress-plugin-updater/phpstan.neon
2026-04-06 09:47:05 -04:00

16 lines
497 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:
- v-wp-updater
- v-update-api
excludePaths:
- v-update-api/vendor
- v-update-api/vendor/*
bootstrapFiles:
- .github/phpstan-bootstrap.php
- v-update-api/vendor/autoload.php
# Optional: silence WP globals noise you dont care about
ignoreErrors:
- '#Negated boolean expression is always true#'
- '#Function vontmnt_schedule_unique_single_event\(\) has parameter \$args with no value type specified in iterable type array#'