Skip to content

Commit

Permalink
Fix TypedPropertyFromStrictConstructor* order (#5021)
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Sep 14, 2023
1 parent 5b42342 commit 7b7b4fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/set/type-declaration.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
TypedPropertyFromAssignsRector::class,
AddReturnTypeDeclarationBasedOnParentClassMethodRector::class,
ReturnTypeFromStrictTypedPropertyRector::class,
TypedPropertyFromStrictConstructorRector::class,
TypedPropertyFromStrictConstructorReadonlyClassRector::class,
TypedPropertyFromStrictConstructorRector::class,
ParamTypeFromStrictTypedPropertyRector::class,
AddVoidReturnTypeWhereNoReturnRector::class,
ReturnTypeFromStrictFluentReturnRector::class,
Expand Down

0 comments on commit 7b7b4fb

Please sign in to comment.