From 1afaec9cbf26666681dc8805fae74edde35a7ea7 Mon Sep 17 00:00:00 2001 From: Niro Date: Thu, 26 Feb 2015 02:53:37 -0500 Subject: [PATCH] Fixed broken url for implementing Serializable interface --- docs/en/reference/architecture.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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