mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
12 lines
306 B
Plaintext
12 lines
306 B
Plaintext
|
|
parameters:
|
||
|
|
reportUnmatchedIgnoredErrors: false
|
||
|
|
level: 4
|
||
|
|
paths:
|
||
|
|
- ./src/
|
||
|
|
ignoreErrors:
|
||
|
|
- '#Constant .* not found#'
|
||
|
|
- '#Unsafe usage of new static#'
|
||
|
|
- '#class Fiber#'
|
||
|
|
- '#Attribute class JetBrains\\PhpStorm\\ArrayShape does not exist#'
|
||
|
|
dynamicConstantNames:
|
||
|
|
- PHP_OS_FAMILY
|