Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork417
[Php81] Skip as Arg of non-native function call on FunctionLikeToFirstClassCallableRector#7592
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…tClassCallableRector
@maks-oleksyuk this should cover most of the issue it have, it skip if it used as arg of non-native function call :) |
All checks have passed 🎉@TomasVotruba I am merging it ;) |
0bbb4c7 intomainUh oh!
There was an error while loading.Please reload this page.
maks-oleksyuk commentedOct 30, 2025
Yes, I checked it on my own case, and indeed, it no longer causes the error I described earlier. Thank you. |
Uh oh!
There was an error while loading.Please reload this page.
When on method call, it can be anything defined in caller, this PR skip if it is as arg of non-native function call.
The skipped parts already in other fixtures, the updated fixture for demonstrate trailing comma :)