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")