1
0
mirror of synced 2025-02-09 00:39:25 +03:00

Merge pull request #1506 from Tobion/patch-1

Fix variable reference in phpdoc of ClassMetadataInfo
This commit is contained in:
Marco Pivetta 2015-09-11 09:51:12 +01:00
commit 8b79fe9d9b

View File

@ -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
*/