From cfb9abb658fe6e33df55fe485884200367f402f2 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Wed, 14 Aug 2024 16:54:22 -0400 Subject: [PATCH] refactor: ignore Preparse errors --- phpstan.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index c0dd2c19e..d29a0f3e3 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -9,4 +9,4 @@ parameters: # The preparse field namespace changed, and is aliased, but rather than implementing class aliases # using PhpStan, just ignore errors from the old namespace # ref: https://phpstan.org/user-guide/discovering-symbols#class-aliases - # - '*besteadfast\\preparsefield\\*' + - '*besteadfast\\preparsefield\\*'