1
0
mirror of synced 2025-01-18 14:31:40 +03:00

DDC-831 - Fix docblock in ClassMetadataInfo

This commit is contained in:
Benjamin Eberlei 2010-10-10 17:13:23 +02:00
parent 7551bb3762
commit b4aabf0ba6

View File

@ -598,9 +598,10 @@ class ClassMetadataInfo
/**
* Gets the mapping of an association.
*
* @see ClassMetadataInfo::$associationMappings
* @param string $fieldName The field name that represents the association in
* the object model.
* @return Doctrine\ORM\Mapping\AssociationMapping The mapping.
* @return array The mapping.
*/
public function getAssociationMapping($fieldName)
{