-
-
Notifications
You must be signed in to change notification settings - Fork 708
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
Add resolving for private properties of annotation object #3285
Conversation
d3b0d13
to
28b54a5
Compare
Have you looked at Symfony's PropertyAccess Component? |
28b54a5
to
b360e7c
Compare
b360e7c
to
2e8138f
Compare
Yes. It just needed reflection, so I picked this https://ocramius.github.io/blog/fast-php-object-to-array-conversion/ There is some weird bug with class reference replacing only in @route :/ not sure why. |
Apperently you cannot set value to private property :D It's ready to merge. |
78fd782
to
eb32ae4
Compare
Merging so you can test it out in the wild. |
rectorphp/rector-src@4b6a559 Clean up mix HTML+PHP first stmt check (#3285)
See #3281 (comment)