Skip to content

Commit d389baf

Browse files
adaamzondrejmirtes
authored andcommitted
MissingMethodParameterTypehintRule registered as rule
1 parent a58717a commit d389baf

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
@@ -14,6 +14,7 @@ rules:
1414
- PHPStan\Rules\BooleansInConditions\BooleanInTernaryOperatorRule
1515
- PHPStan\Rules\DisallowedConstructs\DisallowedEmptyRule
1616
- PHPStan\Rules\DisallowedConstructs\DisallowedImplicitArrayCreationRule
17+
- PHPStan\Rules\Methods\MissingMethodParameterTypehintRule
1718
- PHPStan\Rules\Methods\WrongCaseOfInheritedMethodRule
1819
- PHPStan\Rules\StrictCalls\DynamicCallOnStaticMethodsRule
1920
- PHPStan\Rules\StrictCalls\StrictFunctionCallsRule

0 commit comments

Comments
 (0)