From 00c99f6c0e5af2564b467bda2b824fe4152261f8 Mon Sep 17 00:00:00 2001 From: Sam Light Date: Wed, 10 Jun 2026 19:00:32 +0100 Subject: ignore phpstan pest error --- phpstan.neon | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'phpstan.neon') diff --git a/phpstan.neon b/phpstan.neon index 0f2d48d..4712629 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -9,3 +9,8 @@ parameters: path: tests identifier: method.notFound reportUnmatched: false + - + message: '#Parameter \#1 \$value of method Pest\\Support\\HigherOrderCallables::expect\(\)#' + path: tests + identifier: argument.type + reportUnmatched: false -- cgit v1.2.3