File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ parameters:
3939
4040# To be removed when reaching phpstan level 6
4141rules:
42- - PHPStan\Rules\Constants\MissingClassConstantTypehintRule
43- - PHPStan\Rules\Methods\MissingMethodParameterTypehintRule
44- - PHPStan\Rules\Functions\MissingFunctionReturnTypehintRule
45- - PHPStan\Rules\Functions\MissingFunctionParameterTypehintRule
46- - PHPStan\Rules\Methods\MissingMethodReturnTypehintRule
47- - PHPStan\Rules\Properties\MissingPropertyTypehintRule
42+ - PHPStan\Rules\Constants\MissingClassConstantTypehintRule
43+ - PHPStan\Rules\Functions\MissingFunctionParameterTypehintRule
44+ - PHPStan\Rules\Functions\MissingFunctionReturnTypehintRule
45+ - PHPStan\Rules\Methods\MissingMethodParameterTypehintRule
46+ - PHPStan\Rules\Methods\MissingMethodReturnTypehintRule
47+ - PHPStan\Rules\Properties\MissingPropertyTypehintRule
You can’t perform that action at this time.
0 commit comments