mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-03-17 20:54:52 +08:00
18 lines
495 B
Plaintext
18 lines
495 B
Plaintext
parameters:
|
|
reportUnmatchedIgnoredErrors: false
|
|
level: 4
|
|
paths:
|
|
- ./src/
|
|
- ./tests/
|
|
ignoreErrors:
|
|
- '#Constant .* not found#'
|
|
- '#PHPDoc tag @throws with type Psr\\Container\\ContainerExceptionInterface is not subtype of Throwable#'
|
|
- '#Unsafe usage of new static#'
|
|
- '#Call to method initTableList\(\) of deprecated class ZM\\DB\\DB#'
|
|
- '#class Fiber#'
|
|
dynamicConstantNames:
|
|
- SWOOLE_VERSION
|
|
- ZM_TEST_LOG_DEBUG
|
|
- _PHAR_STUB_ID
|
|
- LOAD_MODE
|