summaryrefslogtreecommitdiff
path: root/phpstan.neon
blob: 6e02a9e342d6d12925fc90e1af00a1811b3c14a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
parameters:
    level: 8
    paths:
        - src
        - tests
    ignoreErrors:
        -
            message: '#Call to an undefined method Pest\\PendingCalls\\TestCall::[a-zA-Z0-9\\_]+#'
            path: tests
            reportUnmatched: false
        -
            message: '#Access to an undefined property Pest\\(Mixins\\)?Expectation#'
            identifier: property.notFound
            path: tests
            reportUnmatched: false