From c700e0498cf6ad94339676170579a252ecf2f55a Mon Sep 17 00:00:00 2001 From: Riley Schoppa Date: Tue, 9 Jan 2024 17:55:20 -0500 Subject: [PATCH] Ignore Unsage usage of new static --- phpstan.neon.dist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 7386eb3..1b36fc4 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -5,3 +5,5 @@ parameters: - src tmpDir: build/phpstan checkMissingIterableValueType: false + ignoreErrors: + - "#^Unsafe usage of new static#"