审查视图

vendor/guzzlehttp/promises/phpstan.neon.dist 187 字节
王智 authored
1 2 3 4 5 6 7 8 9 10
includes:
    - phpstan-baseline.neon

parameters:
    level: 5
    paths:
        - src

    ignoreErrors:
        - "#^Dead catch - Exception is already caught by Throwable above\\.$#"