1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +03:00

duplicated param in phpdoc

This commit is contained in:
Tomáš Votruba 2015-04-17 10:13:40 +02:00
parent 5f18618355
commit 6fae618669

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
*/ */