zhamao-framework/phpstan.neon

16 lines
458 B
Plaintext
Raw Normal View History

parameters:
reportUnmatchedIgnoredErrors: false
2022-04-03 01:47:38 +08:00
level: 4
paths:
- ./src/
ignoreErrors:
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-05-15 16:40:12 +08:00
- '#Call to method initTableList\(\) of deprecated class ZM\\DB\\DB#'
2022-04-03 01:47:38 +08:00
dynamicConstantNames:
- SWOOLE_VERSION
- ZM_TEST_LOG_DEBUG
- _PHAR_STUB_ID
- LOAD_MODE