Skip to content

Commit

Permalink
phpstan: enable MissingMethodReturnTypehintRule
Browse files Browse the repository at this point in the history
this was a bitch of a job, but it's one step closer to bypassing level 6.
  • Loading branch information
dktapps committed Jan 19, 2020
1 parent ea935a1 commit 8252bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpstan/configs/gradual-level6.neon
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8252bea

Please sign in to comment.