phpstan: green on level 6, minus iterable types

iterable types are a big pain in the ass because of pthreads' awful architecture, and there's nothing I can do about that without BC-breaking changes to pthreads.
This commit is contained in:
Dylan K. Taylor
2020-01-20 17:54:55 +00:00
parent e5d62ec901
commit 5a97c378fc
2 changed files with 2 additions and 14 deletions

View File

@ -1,12 +0,0 @@
parameters:
checkGenericClassInNonGenericObjectType: true
#checkMissingIterableValueType: true
checkMissingVarTagTypehint: true
checkMissingTypehints: true
rules:
- PHPStan\Rules\Functions\MissingFunctionParameterTypehintRule
- PHPStan\Rules\Functions\MissingFunctionReturnTypehintRule
- PHPStan\Rules\Methods\MissingMethodParameterTypehintRule
- PHPStan\Rules\Methods\MissingMethodReturnTypehintRule
- PHPStan\Rules\Properties\MissingPropertyTypehintRule