2023-03-15 20:40:49 +08:00
|
|
|
parameters:
|
|
|
|
|
reportUnmatchedIgnoredErrors: false
|
|
|
|
|
level: 4
|
2025-12-18 15:43:58 +08:00
|
|
|
phpVersion: 80400
|
2023-03-15 20:40:49 +08:00
|
|
|
paths:
|
|
|
|
|
- ./src/
|
|
|
|
|
ignoreErrors:
|
|
|
|
|
- '#Unsafe usage of new static#'
|
|
|
|
|
- '#class Fiber#'
|
|
|
|
|
- '#Attribute class JetBrains\\PhpStorm\\ArrayShape does not exist#'
|
2024-01-03 10:31:21 +08:00
|
|
|
- '#Function Swoole\\Coroutine\\run not found.#'
|
2025-08-06 20:48:20 +08:00
|
|
|
- '#Static call to instance method ZM\\Logger\\ConsoleColor#'
|
2025-09-01 20:22:31 +08:00
|
|
|
- '#Constant GNU_ARCH not found#'
|
2026-02-03 11:22:32 +08:00
|
|
|
-
|
|
|
|
|
identifiers:
|
|
|
|
|
- 'if.alwaysFalse'
|
2023-03-15 20:40:49 +08:00
|
|
|
dynamicConstantNames:
|
2024-01-03 10:31:21 +08:00
|
|
|
- PHP_OS_FAMILY
|
|
|
|
|
excludePaths:
|
|
|
|
|
analyseAndScan:
|
2026-02-03 11:22:32 +08:00
|
|
|
- ./src/globals/ext-tests/
|
2024-10-03 10:45:05 +08:00
|
|
|
- ./src/globals/test-extensions.php
|