oms-Search/vendor/microsoft/tolerant-php-parser/phpstan.neon

10 lines
320 B
Plaintext

parameters:
level: 2
paths:
- src/
ignoreErrors:
# phpstan issue, see: https://github.com/phpstan/phpstan/issues/1306
- "/Variable .unaryExpression might not be defined./"
- "/Variable .passedPrefix might not be defined./"
- "/Variable .prefix might not be defined./"