phpstan: enable MissingMethodParameterTypehintRule

This commit is contained in:
Dylan K. Taylor 2020-01-11 21:54:42 +00:00
parent 818d0e19ab
commit 3614d9a78d

View File

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