Commit eaf4fe4
committed
This PR was merged into the 6.3 branch.
Discussion
----------
[Serializer] Use `NormalizerInterface` instead of `ObjectNormalizer`
As mentioned in symfony/maker-bundle#1252 (comment), the documentation is telling to use a concrete implementation of the `NormalizerInteface`.
This is not the best in terms of OOP, and moreover doesn't work since Symfony 6.1 and the introduction of `TraceableNormalizer`.
Commits
-------
3e9af1b [Serializer] Use NormalizerInterface instead of ObjectNormalizer
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
51 | 60 | | |
52 | 61 | | |
53 | 62 | | |
| |||
0 commit comments