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