phpstan: enable MissingFunctionReturnTypehintRule

This commit is contained in:
Dylan K. Taylor 2020-01-09 20:14:15 +00:00
parent 64b5db4bf2
commit 039478223e

View File

@ -6,7 +6,7 @@ parameters:
rules:
- PHPStan\Rules\Functions\MissingFunctionParameterTypehintRule
#- PHPStan\Rules\Functions\MissingFunctionReturnTypehintRule
- PHPStan\Rules\Functions\MissingFunctionReturnTypehintRule
#- PHPStan\Rules\Methods\MissingMethodParameterTypehintRule
#- PHPStan\Rules\Methods\MissingMethodReturnTypehintRule
- PHPStan\Rules\Properties\MissingPropertyTypehintRule