hyperf/phpstan.neon
2019-08-26 14:50:53 +08:00

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/*