2022-03-15 18:05:33 +08:00
|
|
|
parameters:
|
|
|
|
|
reportUnmatchedIgnoredErrors: false
|
2022-04-03 01:47:38 +08:00
|
|
|
level: 4
|
2022-03-15 18:05:33 +08:00
|
|
|
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
|
2022-04-30 20:34:32 +08:00
|
|
|
- ZM_TEST_LOG_DEBUG
|
2022-05-04 17:43:15 +08:00
|
|
|
- _PHAR_STUB_ID
|