From e71f00296ec1181cb9434e6ed53b2e4b5ac45fbd Mon Sep 17 00:00:00 2001 From: "Jonathan H. Wage" Date: Thu, 17 Jun 2010 12:07:43 -0400 Subject: [PATCH] Fixing php code --- manual/en/dql-doctrine-query-language.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/manual/en/dql-doctrine-query-language.txt b/manual/en/dql-doctrine-query-language.txt index 0ef794994..1c5b198b1 100644 --- a/manual/en/dql-doctrine-query-language.txt +++ b/manual/en/dql-doctrine-query-language.txt @@ -540,6 +540,7 @@ Doctrine 2 implements this strategy through the use of a discriminator column in The example for class table inheritance is the same as single table, you just need to change the inheritance type from `SINGLE_TABLE` to `JOINED`: + [php] /** * @Entity * @InheritanceType("JOINED")