Commit 3a53992
committed
bug symfony#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.phpFile tree
1 file changed
+1
-0
lines changed- src/Symfony/Component/Serializer/Normalizer
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
121 | 122 | | |
122 | 123 | | |
123 | 124 | | |
| |||
0 commit comments