From 49ee12e1f63ba095d29ce8f702863f001f197e21 Mon Sep 17 00:00:00 2001 From: dannc Date: Thu, 5 Oct 2023 16:25:36 +0700 Subject: [PATCH] phpstan: add another rule to ignore --- phpstan.neon | 1 + 1 file changed, 1 insertion(+) diff --git a/phpstan.neon b/phpstan.neon index af7fb31..841ab94 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -21,6 +21,7 @@ parameters: - '#Call to an undefined method Pest\\Expectation|Pest\\Support\\Extendable::#' - '#Call to an undefined method Pest\\Mixins\\Expectation#' - '#Call to an undefined method Pest\\PendingCalls\\TestCall|Pest\\Support\\HigherOrderTapProxy::#' + - '#Access to an undefined property Pest\\Mixins\\Expectation#' paths: - tests/* # Some mockery errors