zhamao-logger/phpstan.neon

8 lines
193 B
Plaintext
Raw Normal View History

2022-05-12 20:27:01 +08:00
parameters:
reportUnmatchedIgnoredErrors: false
2022-05-13 18:12:25 +08:00
level: 5
2022-05-12 20:27:01 +08:00
paths:
- ./src/
ignoreErrors:
- '#Used constant OS_TYPE_(LINUX|WINDOWS) not found#'
- '#Unsafe usage of new static#'