Commit bd60612
committed
bug symfony#60958 [Serializer] remove return type from
This PR was merged into the 6.4 branch.
Discussion
----------
[Serializer] remove return type from `AbstractObjectNormalizer::getAllowedAttributes()`
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fix symfony#60957
| License | MIT
Commits
-------
b58fa26 remove return type from AbstractObjectNormalizer::getAllowedAttributes()AbstractObjectNormalizer::getAllowedAttributes() (xabbuh)File tree
2 files changed
+8
-1
lines changed- .github
- src/Symfony/Component/Serializer/Normalizer
2 files changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11594 | 11594 | | |
11595 | 11595 | | |
11596 | 11596 | | |
| 11597 | + | |
| 11598 | + | |
| 11599 | + | |
| 11600 | + | |
| 11601 | + | |
| 11602 | + | |
| 11603 | + | |
11597 | 11604 | | |
11598 | 11605 | | |
11599 | 11606 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
766 | 766 | | |
767 | 767 | | |
768 | 768 | | |
769 | | - | |
| 769 | + | |
770 | 770 | | |
771 | 771 | | |
772 | 772 | | |
| |||
0 commit comments