From 6fae6186693e3b99c0a196b0e55a69426b815721 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Votruba?= Date: Fri, 17 Apr 2015 10:13:40 +0200 Subject: [PATCH] duplicated param in phpdoc --- lib/Doctrine/ORM/Id/AbstractIdGenerator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/ORM/Id/AbstractIdGenerator.php b/lib/Doctrine/ORM/Id/AbstractIdGenerator.php index 5ed2872ad..dada71e43 100644 --- a/lib/Doctrine/ORM/Id/AbstractIdGenerator.php +++ b/lib/Doctrine/ORM/Id/AbstractIdGenerator.php @@ -26,7 +26,7 @@ abstract class AbstractIdGenerator /** * Generates an identifier for an entity. * - * @param EntityManager|EntityManager $em + * @param EntityManager $em * @param \Doctrine\ORM\Mapping\Entity $entity * @return mixed */