v-wordpress-plugin-updater/phpstan.neon
copilot-swe-agent[bot] ea8a223a18 Fixed all code quality issues: 95 PHPStan errors reduced to 0, all PHPCS violations resolved
Co-authored-by: djav1985 <174835544+djav1985@users.noreply.github.com>
2025-09-11 20:59:38 +00:00

16 lines
486 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
- 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#'