Files
think-worker/phpstan.neon
2026-01-06 13:37:07 +08:00

17 lines
423 B
Plaintext

parameters:
level: 5
paths:
- src
- tests
universalObjectCratesClasses:
- PHPUnit\Framework\TestCase
ignoreErrors:
- '#Function root_path not found.#'
- '#Function env not found.#'
- '#Function app_path not found.#'
- '#Function config_path not found.#'
- '#Function public_path not found.#'
- '#Function json not found.#'
- '#Function runtime_path not found.#'
- '#Constant STUB_DIR not found.#'