wp-github-updater/phpstan.neon

9 lines
229 B
Text

parameters:
level: 8
paths:
- src
excludePaths:
- tests
ignoreErrors:
# WordPress functions are not available during static analysis
- '#Call to unknown function: [\\]?[a-zA-Z_]+#'