zhamao-framework/phpstan.neon
2022-03-31 02:22:30 +08:00

9 lines
189 B
Plaintext

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