diff options
| author | Sam Light <sam@lightscale.co.uk> | 2026-06-10 19:00:32 +0100 |
|---|---|---|
| committer | Sam Light <sam@lightscale.co.uk> | 2026-06-10 19:00:32 +0100 |
| commit | 5fe7c87967ff29c4a8f03a9186918d8359f4887e (patch) | |
| tree | dfdd4fdc7a4e96266305f82f5846750ab2efabc9 /phpstan.neon | |
| parent | 01eac9658c3bc486d2d42a18557fdb82a536348e (diff) | |
big update
Diffstat (limited to 'phpstan.neon')
| -rw-r--r-- | phpstan.neon | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpstan.neon b/phpstan.neon index 2f87fc7..6e02a9e 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -8,3 +8,8 @@ parameters: 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 |
