From af82a6bbe1e4c37564ce1e0932a8177d31750b7d Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Thu, 30 Jan 2020 22:31:42 +0000 Subject: [PATCH] phpstan: enable checkMissingIterableValueType --- phpstan.neon.dist | 1 - 1 file changed, 1 deletion(-) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 79024bc47..eefdd1de8 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -21,7 +21,6 @@ parameters: stubFiles: - tests/phpstan/stubs/pthreads.stub reportUnmatchedIgnoredErrors: false #no other way to silence platform-specific non-warnings - checkMissingIterableValueType: false #TODO: pthreads Threaded base for too many things, fix this later ignoreErrors: - message: "#^Cannot instantiate interface pocketmine\\\\level\\\\format\\\\io\\\\LevelProvider\\.$#"