From 8c0efd0d9317ad92bd55cd6afcd41bdbab827bf8 Mon Sep 17 00:00:00 2001 From: Sam Light Date: Wed, 10 Jun 2026 19:00:32 +0100 Subject: Make basic routing work --- phpstan.neon | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'phpstan.neon') diff --git a/phpstan.neon b/phpstan.neon index 6e02a9e..bbd57ba 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -5,11 +5,7 @@ parameters: - tests ignoreErrors: - - 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 + message: '#Call to an undefined method Pest\\Expectation<#' path: tests + identifier: method.notFound reportUnmatched: false -- cgit v1.2.3