1
0
mirror of synced 2025-02-11 17:59:27 +03:00

Fix wrong annotation

Without above fix I'm getting 
"[Semantical Error] The annotation "@array" in method Doctrine\ORM\Mapping\ClassMetadataInfo::mapEmbedded() was never imported. Did you maybe forget to add a "use" statement for this annotation?"
This commit is contained in:
Miha Vrhovnik 2014-03-11 14:44:42 +01:00
parent 02daf0049a
commit d888d7d1c0

View File

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