choir-psr-http/phpstan.neon
2022-12-26 19:10:28 +08:00

10 lines
200 B
Plaintext

parameters:
reportUnmatchedIgnoredErrors: false
treatPhpDocTypesAsCertain: false
level: 4
paths:
- ./src/
ignoreErrors:
- '#OS_TYPE_(LINUX|WINDOWS) not found#'
- '#class Fiber#'