summaryrefslogtreecommitdiff
path: root/phpstan.neon
blob: 2f87fc7ac61a495fbf182e5b73fdc3d980288978 (plain)
1
2
3
4
5
6
7
8
9
10
parameters:
    level: 8
    paths:
        - src
        - tests
    ignoreErrors:
        -
            message: '#Call to an undefined method Pest\\PendingCalls\\TestCall::[a-zA-Z0-9\\_]+#'
            path: tests
            reportUnmatched: false