mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-11-30 02:37:58 +08:00
12 lines
368 B
Plaintext
12 lines
368 B
Plaintext
# Magic behaviour with __get, __set, __call and __callStatic is not exactly static analyser-friendly :)
|
|
# Fortunately, You can ingore it by the following config.
|
|
#
|
|
parameters:
|
|
bootstrap: "bootstrap.php"
|
|
ignoreErrors:
|
|
- "#will always evaluate to false#"
|
|
- "#Result of && is always false.#"
|
|
excludes_analyse:
|
|
- %currentWorkingDirectory%/src/*/tests/*
|
|
|