1
0
mirror of synced 2025-02-02 13:31:45 +03:00

Fix variable reference in phpdoc of ClassMetadataInfo

This commit is contained in:
Tobias Schultze 2015-09-11 00:19:18 +02:00
parent 1b09bb75b0
commit c03996d3b3

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 * 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 * hierarchy. If the entity is not part of a mapped inheritance hierarchy this is the same
* as {@link $entityName}. * as {@link $name}.
* *
* @var string * @var string
*/ */