zhamao-framework/phpstan.neon
2022-04-03 01:31:04 +08:00

9 lines
189 B
Plaintext

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