[TASK] Add AfterFunctionLikeAnalysisEvent::getFunctionlikeStorage#7526
[TASK] Add AfterFunctionLikeAnalysisEvent::getFunctionlikeStorage#7526weirdan merged 1 commit intovimeo:masterfrom
Conversation
|
Please commit the deprecation on 4.x and its removal in master But sorry for the name, I believe it was a mistake I made 1 and a half year ago :( |
Shall the
Don't worry. I just was upgrading our code-base for Psalm v5 and stumbled over that |
|
As long as you can add the full feature without BC break on 4.x, go for it yeah, then just remove the old on master |
|
Thanks! |
AfterFunctionLikeAnalysisEvent's method
getClasslikeStorageactuallyreturned the current
FunctionLikeStorage. This change streamlines thenaming and adds corresponding
getFunctionlikeStoragemethod.Releases: 5.0
4.x deprecation: #7532