zhamao-logger/phpstan.neon
2022-05-12 20:27:01 +08:00

8 lines
193 B
Plaintext

parameters:
reportUnmatchedIgnoredErrors: false
level: 4
paths:
- ./src/
ignoreErrors:
- '#Used constant OS_TYPE_(LINUX|WINDOWS) not found#'
- '#Unsafe usage of new static#'