From 039478223e7e0cf758a322a281d725103c51294f Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Thu, 9 Jan 2020 20:14:15 +0000 Subject: [PATCH] phpstan: enable MissingFunctionReturnTypehintRule --- 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 5e444dc7f8..f96da02efb 100644 --- a/tests/phpstan/configs/gradual-level6.neon +++ b/tests/phpstan/configs/gradual-level6.neon @@ -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