From 57c85e659eae9240de16619d32a1360f11ec6c6a Mon Sep 17 00:00:00 2001 From: Todd Austin Date: Thu, 9 Mar 2023 09:49:56 -0600 Subject: [PATCH] remove the unsafe error check call to ignore --- phpstan.neon.dist | 3 --- 1 file changed, 3 deletions(-) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 159c2ae91..d16909ef2 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -7,6 +7,3 @@ parameters: - lang level: 0 - - ignoreErrors: - - "#Unsafe usage of new static\\(\\)#"