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
@tinect@shyim Needed this as well, i've wrote a working rule for it. To be honest, it's 99% generated by gpt-4, but it does work. Could be a starting point :-)
It does the following:
Removes extends statement and adds Attribute "AsMessageHandler"
Searches for any method name containing "message", implements __invoke method and calls this function
Removes getHandledMessages method
Adds import for AsMessageHandler if not present
Works in my case, however i am still refactoring and can't say its production-ready :-)
Please describe the feature you would like to see implemented.
It would be nice, if the old AbstractMessageHandler could be migrated to
AsMessageHandler
attributeThe text was updated successfully, but these errors were encountered: