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#"