From 3614d9a78d270bcf98fc20dccdf2a02dc37bd0f4 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sat, 11 Jan 2020 21:54:42 +0000 Subject: [PATCH] phpstan: enable MissingMethodParameterTypehintRule --- tests/phpstan/configs/gradual-level6.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpstan/configs/gradual-level6.neon b/tests/phpstan/configs/gradual-level6.neon index f96da02ef..6aa3e3e80 100644 --- a/tests/phpstan/configs/gradual-level6.neon +++ b/tests/phpstan/configs/gradual-level6.neon @@ -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