From a701c9d0464e2f36d3bf8a5698bf74c371cf2ab6 Mon Sep 17 00:00:00 2001 From: Andrey Knupp Vital Date: Thu, 8 Jan 2015 10:11:22 -0200 Subject: [PATCH] Removing warning about non-availability of no-prefix in XML mappings --- docs/en/tutorials/embeddables.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/tutorials/embeddables.rst b/docs/en/tutorials/embeddables.rst index c5dded1b8..be565bf2c 100644 --- a/docs/en/tutorials/embeddables.rst +++ b/docs/en/tutorials/embeddables.rst @@ -117,7 +117,7 @@ The following example shows you how to set your prefix to ``myPrefix_``: columnPrefix: myPrefix_ To have Doctrine drop the prefix and use the value object's property name -directly, set ``columnPrefix=false`` (not yet supported with XML configuration): +directly, set ``columnPrefix=false`` (``use-column-prefix="false"`` for XML): .. configuration-block::