-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
[find-rule] Add Laravel sets and improve group select #2556
Conversation
'Container strings to FQN types', | ||
LaravelSetList::LARAVEL_CONTAINER_STRING_TO_FULLY_QUALIFIED_NAME, | ||
), | ||
// @todo fill the rest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@peterfox Hey Peter, just to give you heads up, this is new way to provide sets for Rector internal/tools.
We've tested and used it for couple months now and I think it's time to use in community packages 👍
For e.g. this is how it look for Symfony: https://github.com/rectorphp/rector-symfony/blob/main/src/Set/SetProvider/SymfonySetProvider.php
Could I ask you for help to fill the rest of sets here? 🙏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@TomasVotruba of course. I'll go through and PR this over the weekend. This looks great 👍
87e8edc
to
bc5f337
Compare
Let's test the page online first. |
No description provided.