zhamao-framework/phpstan.neon
2022-04-02 19:36:32 +08:00

9 lines
189 B
Plaintext

parameters:
reportUnmatchedIgnoredErrors: false
level: 1
paths:
- ./src/
ignoreErrors:
- '#Used constant OS_TYPE_(LINUX|WINDOWS) not found#'
- '#Constant .* not found#'