Replies: 1 comment 4 replies
-
Hi, this will be doable. Do you have some existing PR I can give feedback on? It will be easier to spot the place that needs to be improved. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
In order to help users with a complex migration in Foundry, I'd like to transform a "chainable" method into functions calls. My problem is that the target function does not return anything, so it leads to complex cases...
Basically, what I want to do is:
But some cases are quite complex to deal with. How to handle those cases?
or even more complex cases like this:
Maybe we need to even extract it from an unrelated expression:
Is there some helpers I would not know about in Rector, in order to resolve those complex cases?
thanks for your help 🙏
Beta Was this translation helpful? Give feedback.
All reactions