choir-psr-http/phpstan.neon

10 lines
200 B
Plaintext
Raw Normal View History

2022-12-26 19:10:28 +08:00
parameters:
reportUnmatchedIgnoredErrors: false
treatPhpDocTypesAsCertain: false
level: 4
paths:
- ./src/
ignoreErrors:
- '#OS_TYPE_(LINUX|WINDOWS) not found#'
- '#class Fiber#'