Skip to content

Commit 1b144e3

Browse files
adaamzondrejmirtes
authored andcommitted
MissingMethodReturnTypehintRule added as rule
1 parent d389baf commit 1b144e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rules.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ rules:
1515
- PHPStan\Rules\DisallowedConstructs\DisallowedEmptyRule
1616
- PHPStan\Rules\DisallowedConstructs\DisallowedImplicitArrayCreationRule
1717
- PHPStan\Rules\Methods\MissingMethodParameterTypehintRule
18+
- PHPStan\Rules\Methods\MissingMethodReturnTypehintRule
1819
- PHPStan\Rules\Methods\WrongCaseOfInheritedMethodRule
1920
- PHPStan\Rules\StrictCalls\DynamicCallOnStaticMethodsRule
2021
- PHPStan\Rules\StrictCalls\StrictFunctionCallsRule

0 commit comments

Comments
 (0)