-
-
Notifications
You must be signed in to change notification settings - Fork 430
feat: Support functions for first-class-callable #6027
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Support functions for first-class-callable #6027
Conversation
tests/Issues/AutoImport/Fixture/skip_conflict_case_insensitive_class_name.php
Outdated
Show resolved
Hide resolved
|
Rebase seems needed to make CI green. I think this need here for a while, in favor of possibly needs consideration with separate rule focused on FuncCall for this, to make rule less complicated and easier to locate bug when encountered. |
Rebase done, pipeline green. Didn't understand if you want me to do anything else |
|
I mean, we may need separate rule special for FuncCall to transform to first class callable for easier to maintain, but I will let @TomasVotruba decide if this can be merged on current state |
|
Thank you 👍 |
Implements rectorphp/rector#8670