You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[PHP83] Implements a rule to add types to class constants (#5290), Thanks @peterfox!
Bugfixes 🐛
[TypeDeclaration] Skip iterable already there in AddReturnTypeDeclarationFromYieldsRector (#5291)
[TypeDeclaration] Remove ParamTypeFromStrictTypedPropertyRector as seems similar feature with AddParamTypeFromPropertyTypeRector (#5293)
[CodingStyle] Remove AddArrayDefaultToArrayPropertyRector as based on docblock types and public contract, better use type declaration set instad (#5298)
[TypeDeclaration] Skip return void in abstract empty class in AddVoidReturnTypeWhereNoReturnRector (#5311)
[Php80] Skip PDO::query() on AddParamBasedOnParentClassMethodRector (#5313)
[TypeDeclaration] Add If else assign support on TypedPropertyFromAssignsRector (#5314)
[CodeQuality] Make CommonNotEqualRector skip if not <> (#5292)
[Naming] Skip singularize "cms" on RenameForeachValueVariableToMatchExprVariableRector (#5294)
[TypeDeclaration][Performance] Check typed param already early on ParamTypeByMethodCallTypeRector (#5295)