From 5fe7c87967ff29c4a8f03a9186918d8359f4887e Mon Sep 17 00:00:00 2001 From: Sam Light Date: Wed, 10 Jun 2026 19:00:32 +0100 Subject: big update --- phpstan.neon | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'phpstan.neon') 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 -- cgit v1.2.3