zhamao-framework/phpstan.neon
2022-04-03 02:17:58 +08:00

11 lines
234 B
Plaintext

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