phpstan: enable MissingFunctionParameterTypehintRule

This commit is contained in:
Dylan K. Taylor 2020-01-09 20:10:15 +00:00
parent 1192b8bdf1
commit c85f4256c7

View File

@ -5,7 +5,7 @@ parameters:
checkMissingTypehints: true checkMissingTypehints: true
rules: rules:
#- PHPStan\Rules\Functions\MissingFunctionParameterTypehintRule - PHPStan\Rules\Functions\MissingFunctionParameterTypehintRule
#- PHPStan\Rules\Functions\MissingFunctionReturnTypehintRule #- PHPStan\Rules\Functions\MissingFunctionReturnTypehintRule
#- PHPStan\Rules\Methods\MissingMethodParameterTypehintRule #- PHPStan\Rules\Methods\MissingMethodParameterTypehintRule
#- PHPStan\Rules\Methods\MissingMethodReturnTypehintRule #- PHPStan\Rules\Methods\MissingMethodReturnTypehintRule