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
[experiment] Remove leaveNode() method on AbstractRector and CallableNodeVisitor (#7767)
Bugfixes 🐛
Skip Doctrine Connection calls in AddReturnDocblockFromMethodCallDocblockRector (#7797)
add static all support to AddReturnDocblockFromMethodCallDocblockRector (#7798)
add object support to DocblockReturnArrayFromDirectArrayInstanceRector (#7795)
[TypeDeclarationDocblocks] Use FQCN return docblock for array of object types on AddReturnDocblockFromMethodCallDocblockRector (#7800), Thanks @guanguans!
[php 8.3] cover private abstract constants in AddTypeToConstRector (#7804)
Add check for append in foreach items assignment (#7815), Thanks @solverat!