Commit 4cfacc9
committed
bug #13315 Missing format parameter in few serialize calls (Caligone)
This PR was merged into the 4.4 branch.
Discussion
----------
Missing format parameter in few serialize calls
I noticed the `format` parameter from the [SerializerInterface](https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Serializer/SerializerInterface.php#L30) seems missing in a few of the Serializer examples:
- https://symfony.com/doc/current/components/serializer.html#configure-name-conversion-using-metadata
- https://symfony.com/doc/current/components/serializer.html#configure-name-conversion-using-metadata
Commits
-------
49239d9 Missing format parameter in a serialize call1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
627 | 627 | | |
628 | 628 | | |
629 | 629 | | |
630 | | - | |
| 630 | + | |
631 | 631 | | |
632 | 632 | | |
633 | 633 | | |
| |||
1499 | 1499 | | |
1500 | 1500 | | |
1501 | 1501 | | |
1502 | | - | |
| 1502 | + | |
1503 | 1503 | | |
1504 | 1504 | | |
1505 | 1505 | | |
| |||
0 commit comments