Commit 03e9b7b
committed
minor #16700 Fix invalid interface mention in security.rst (ttibensky)
This PR was merged into the 5.4 branch.
Discussion
----------
Fix invalid interface mention in security.rst
SerializableInterface doesn't exist, I assume it was meant to be https://www.php.net/manual/en/class.serializable.php, the motivation behind this change is described here https://stackoverflow.com/questions/42074225/symfony-userinterface-is-serializing-the-entire-massive-user-entity/71816482#71816482
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `6.x` for features of unreleased versions).
-->
Commits
-------
6e7b827 No longer mention a deprecated interface
c1993e8 Fix invalid interface mention in security.rst1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2503 | 2503 | | |
2504 | 2504 | | |
2505 | 2505 | | |
2506 | | - | |
2507 | | - | |
2508 | | - | |
| 2506 | + | |
| 2507 | + | |
| 2508 | + | |
| 2509 | + | |
2509 | 2510 | | |
2510 | 2511 | | |
2511 | 2512 | | |
| |||
0 commit comments