From 8252bea6994114ced77a454d40210a6a70250313 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sun, 19 Jan 2020 19:43:52 +0000 Subject: [PATCH] phpstan: enable MissingMethodReturnTypehintRule this was a bitch of a job, but it's one step closer to bypassing level 6. --- 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 adf4eb0bf1..0adcbb4df0 100644 --- a/tests/phpstan/configs/gradual-level6.neon +++ b/tests/phpstan/configs/gradual-level6.neon @@ -8,5 +8,5 @@ rules: - PHPStan\Rules\Functions\MissingFunctionParameterTypehintRule - PHPStan\Rules\Functions\MissingFunctionReturnTypehintRule - PHPStan\Rules\Methods\MissingMethodParameterTypehintRule - #- PHPStan\Rules\Methods\MissingMethodReturnTypehintRule + - PHPStan\Rules\Methods\MissingMethodReturnTypehintRule - PHPStan\Rules\Properties\MissingPropertyTypehintRule