zhamao-framework/phpstan.neon

15 lines
426 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-04 20:51:26 +08:00
- '#PHPDoc tag @throws with type Psr\\Container\\ContainerExceptionInterface is not subtype of Throwable#'
2022-04-05 00:13:22 +08:00
- '#Unsafe usage of new static#'
2022-04-03 01:47:38 +08:00
dynamicConstantNames:
- SWOOLE_VERSION
- ZM_TEST_LOG_DEBUG
- _PHAR_STUB_ID