Files
pest/phpstan.neon
2025-03-29 17:44:06 +00:00

13 lines
199 B
Plaintext

includes:
- phpstan-baseline.neon
parameters:
level: 7
paths:
- src
reportUnmatchedIgnoredErrors: false
ignoreErrors:
- "#type mixed is not subtype of native#"