You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #59840 Fix PHP warning in GetSetMethodNormalizer when a "set()" method is defined (Pepperoni1337)
This PR was merged into the 6.4 branch.
Discussion
----------
Fix PHP warning in GetSetMethodNormalizer when a "set()" method is defined
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
Fix: Add length check for setter method detection in
src/Symfony/Component/Serializer/Normalizer/GetSetMethodNormalizer.php
Commits
-------
04ff18d Update GetSetMethodNormalizer.php
0 commit comments