phpstan: enable MissingMethodReturnTypehintRule

this was a bitch of a job, but it's one step closer to bypassing level 6.
This commit is contained in:
Dylan K. Taylor 2020-01-19 19:43:52 +00:00
parent ea935a1af5
commit 8252bea699

View File

@ -8,5 +8,5 @@ rules:
- PHPStan\Rules\Functions\MissingFunctionParameterTypehintRule
- PHPStan\Rules\Functions\MissingFunctionReturnTypehintRule
- PHPStan\Rules\Methods\MissingMethodParameterTypehintRule
#- PHPStan\Rules\Methods\MissingMethodReturnTypehintRule
- PHPStan\Rules\Methods\MissingMethodReturnTypehintRule
- PHPStan\Rules\Properties\MissingPropertyTypehintRule