Commit 3f4ef4b
committed
minor #21201 [Serializer] type: align with interface signature for denormalize methods (santysisi)
This PR was merged into the 6.4 branch.
Discussion
----------
[Serializer] type: align with interface signature for denormalize methods
### Minor
Updated method signatures in ZeroDateTimeDenormalizer to use mixed type for $data, aligning with the [DenormalizerInterface](https://github.com/symfony/symfony/blob/6.4/src/Symfony/Component/Serializer/Normalizer/DenormalizerInterface.php) definition in Symfony. No functional changes.
Commits
-------
2d93a34 [Serializer] type: align with interface signature for denormalize methods1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments