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

Merge pull request #977 from mvrhov/patch-2

Fix wrong annotation
This commit is contained in:
Marco Pivetta 2014-03-11 14:52:49 +01:00
commit b30b1a5999

View File

@ -3157,7 +3157,7 @@ class ClassMetadataInfo implements ClassMetadata
/** /**
* Map Embedded Class * Map Embedded Class
* *
* @array $mapping * @param array $mapping
* @return void * @return void
*/ */
public function mapEmbedded(array $mapping) public function mapEmbedded(array $mapping)