-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Serializing methods in all lowercase works differently in latest 7.1 and 7.2 #58876
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
Comments
Perhaps related to #58705 |
Thanks. Like the OP for the canCel bug, it took a while to hunt this one down. |
Hey, thanks for your report! |
Friendly ping? Should this still be open? I will close if I don't hear anything. |
Hey, I didn't hear anything so I'm going to close it. Feel free to comment if this is still relevant, I can always reopen! |
Symfony version(s) affected
7.2
Description
I used to be able to serialize the method getrp() in lowercase. Now it doesn't serialize unless I rename it to getRp().
How to reproduce
This serializes with 7.0 and until recently, 7.1. It no longer works.
Possible Solution
In 7.0, AttributeLoader.php looked line this:
Recently, it changed:
Additional Context
No response
The text was updated successfully, but these errors were encountered: