diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 2424725de..936f0d515 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -11,8 +11,6 @@ parameters: ignoreErrors: - '~^Unsafe usage of new static\(\)\.$~' - - '~^(Property .+ has|Method .+\(\) (has parameter \$.+ with|return type has)) no value type specified in iterable type .+\.~' - # relax strict rules - '~^Only booleans are allowed in .+, .+ given( on the (left|right) side)?\.~' - '~^Variable (static )?(property access|method call) on .+\.~'