Skip to content

Commit 52b0380

Browse files
committed
Revert order change
1 parent feefe9d commit 52b0380

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

phpstan.neon.dist

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ parameters:
3939

4040
# To be removed when reaching phpstan level 6
4141
rules:
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

0 commit comments

Comments
 (0)