1
0
mirror of synced 2024-12-05 03:06:05 +03:00

Merge pull request #1315 from GeekMode/GeekMode-patch-url-fix

Fixed broken url for implementing Serializable interface
This commit is contained in:
Marco Pivetta 2015-02-26 08:49:22 +00:00
commit 94223621dc

View File

@ -83,7 +83,7 @@ be any regular PHP class observing the following restrictions:
- An entity class must not implement ``__wakeup`` or
:doc:`do so safely <../cookbook/implementing-wakeup-or-clone>`.
Also consider implementing
`Serializable <http://de3.php.net/manual/en/class.serializable.php>`_
`Serializable <http://php.net/manual/en/class.serializable.php>`_
instead.
- Any two entity classes in a class hierarchy that inherit
directly or indirectly from one another must not have a mapped