1
0
mirror of synced 2024-12-05 03:06:05 +03:00

Merge pull request #1385 from TomasVotruba/patch-2

duplicated param in phpdoc
This commit is contained in:
Steve Müller 2015-04-18 11:03:09 +02:00
commit 2706812b37

View File

@ -26,7 +26,7 @@ abstract class AbstractIdGenerator
/** /**
* Generates an identifier for an entity. * Generates an identifier for an entity.
* *
* @param EntityManager|EntityManager $em * @param EntityManager $em
* @param \Doctrine\ORM\Mapping\Entity $entity * @param \Doctrine\ORM\Mapping\Entity $entity
* @return mixed * @return mixed
*/ */