From 8a8c6ea3a61159b1e38f697ff06d4243a5bc2900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Gallego?= Date: Sat, 17 May 2014 14:53:06 +0200 Subject: [PATCH] Remove extra phpdoc --- lib/Doctrine/ORM/Cache/Persister/AbstractEntityPersister.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/Doctrine/ORM/Cache/Persister/AbstractEntityPersister.php b/lib/Doctrine/ORM/Cache/Persister/AbstractEntityPersister.php index 1a3e48ec5..a9c9ed00c 100644 --- a/lib/Doctrine/ORM/Cache/Persister/AbstractEntityPersister.php +++ b/lib/Doctrine/ORM/Cache/Persister/AbstractEntityPersister.php @@ -190,9 +190,6 @@ abstract class AbstractEntityPersister implements CachedEntityPersister /** * {@inheritdoc} - * @param object $entity - * @param array|Criteria $extraConditions - * @return bool */ public function exists($entity, $extraConditions = array()) {