Files
zhamao-framework/phpstan.neon

11 lines
234 B
Plaintext
Raw Normal View History

parameters:
reportUnmatchedIgnoredErrors: false
2022-04-03 01:47:38 +08:00
level: 4
paths:
- ./src/
ignoreErrors:
- '#Used constant OS_TYPE_(LINUX|WINDOWS) not found#'
2022-03-31 02:22:30 +08:00
- '#Constant .* not found#'
2022-04-03 01:47:38 +08:00
dynamicConstantNames:
- SWOOLE_VERSION