-
Notifications
You must be signed in to change notification settings - Fork 2k
refactor: add CompleteDynamicPropertiesRector #6187
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
refactor: add CompleteDynamicPropertiesRector #6187
Conversation
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.
I'm not sure why this only applies to tests/ but it looks good to me. I think 95% of these could all be scoped narrower but since they are test cases I don't really care.
Edit: they are all final classes so 100% could be private.
24df156 to
52f9407
Compare
|
Changed |
52f9407 to
e49c0bd
Compare
MGatner
left a comment
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.
LGTM! Did you only run Rector on tests/? Or were there really no dynamic property violations in system/?
No. |
Description
CompleteDynamicPropertiesRectorSee #6172 (comment)
Checklist: