phpstan: enable checkMissingIterableValueType

This commit is contained in:
Dylan K. Taylor 2020-01-30 22:31:42 +00:00
parent 004f7ef82e
commit af82a6bbe1

View File

@ -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\\.$#"