Skip to content

Commit

Permalink
rules
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed May 28, 2024
1 parent 59aeead commit ada67c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/extension.neon
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ rules:
# narrow types
- Rector\TypePerfect\Rules\NarrowPublicClassMethodParamTypeRule
- Rector\TypePerfect\Rules\NarrowPrivateClassMethodParamTypeRule
- Rector\TypePerfect\Rules\NarrowReturnObjectTypeRule
- Rector\TypePerfect\Rules\NoReturnFalseInNonBoolClassMethodRule
- Rector\TypePerfect\Rules\RequireSpecificReturnTypeOverAbstractRule

# no mixed
- Rector\TypePerfect\Rules\NoMixedPropertyFetcherRule
- Rector\TypePerfect\Rules\NoMixedMethodCallerRule

# simple - always enable these
- Rector\TypePerfect\Rules\ForbiddenParamTypeRemovalRule
- Rector\TypePerfect\Rules\NoParamTypeRemovalRule
- Rector\TypePerfect\Rules\NoArrayAccessOnObjectRule
- Rector\TypePerfect\Rules\NoIssetOnObjectRule

0 comments on commit ada67c8

Please sign in to comment.