From c85f4256c76e0b6502f687ffbda2c9dcfbfc4a56 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Thu, 9 Jan 2020 20:10:15 +0000 Subject: [PATCH] phpstan: enable MissingFunctionParameterTypehintRule --- 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 36538e143..5e444dc7f 100644 --- a/tests/phpstan/configs/gradual-level6.neon +++ b/tests/phpstan/configs/gradual-level6.neon @@ -5,7 +5,7 @@ parameters: checkMissingTypehints: true rules: - #- PHPStan\Rules\Functions\MissingFunctionParameterTypehintRule + - PHPStan\Rules\Functions\MissingFunctionParameterTypehintRule #- PHPStan\Rules\Functions\MissingFunctionReturnTypehintRule #- PHPStan\Rules\Methods\MissingMethodParameterTypehintRule #- PHPStan\Rules\Methods\MissingMethodReturnTypehintRule