Skip to content

Commit

Permalink
Update rector.php
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Dec 7, 2023
1 parent af2743f commit 212daee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@
// NormalizeNamespaceByPSR4ComposerAutoloadRector::class,
NullableCompareToNullRector::class,
OptionalParametersAfterRequiredRector::class,
ParamAnnotationIncorrectNullableRector::class,
// ParamAnnotationIncorrectNullableRector::class,
ParamTypeByMethodCallTypeRector::class,
ParamTypeByParentCallTypeRector::class,
ParamTypeFromStrictTypedPropertyRector::class,
Expand Down Expand Up @@ -447,7 +447,7 @@
RemoveJustPropertyFetchForAssignRector::class,
// RemoveJustVariableAssignRector::class,
// RemoveLastReturnRector::class,
RemoveNonExistingVarAnnotationRector::class,
// RemoveNonExistingVarAnnotationRector::class,
RemoveNullPropertyInitializationRector::class,
RemoveParentCallWithoutParentRector::class,
RemoveSoleValueSprintfRector::class,
Expand Down

0 comments on commit 212daee

Please sign in to comment.