diff --git a/docs/en/reference/architecture.rst b/docs/en/reference/architecture.rst index 072d7167a..6d45befc6 100644 --- a/docs/en/reference/architecture.rst +++ b/docs/en/reference/architecture.rst @@ -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 `_ + `Serializable `_ instead. - Any two entity classes in a class hierarchy that inherit directly or indirectly from one another must not have a mapped