summaryrefslogtreecommitdiff
path: root/phpstan.neon
blob: 0f2d48d1297bca32c37290f04d14998b07003061 (plain)
1
2
3
4
5
6
7
8
9
10
11
parameters:
    level: 9
    paths:
        - src
        - tests
    ignoreErrors:
        -
            message: '#Call to an undefined method Pest\\Expectation<#'
            path: tests
            identifier: method.notFound
            reportUnmatched: false