From c03996d3b3ab4364dd4d93e1dc32b65ec1cf5637 Mon Sep 17 00:00:00 2001 From: Tobias Schultze Date: Fri, 11 Sep 2015 00:19:18 +0200 Subject: [PATCH] Fix variable reference in phpdoc of ClassMetadataInfo --- lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php b/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php index a442c016f..f53999ce8 100644 --- a/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php +++ b/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php @@ -225,7 +225,7 @@ class ClassMetadataInfo implements ClassMetadata /** * READ-ONLY: The name of the entity class that is at the root of the mapped entity inheritance * hierarchy. If the entity is not part of a mapped inheritance hierarchy this is the same - * as {@link $entityName}. + * as {@link $name}. * * @var string */