From 239b862665a50cd65234e67ffb54497009a61b6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Gallego?= Date: Sat, 17 May 2014 13:00:47 +0200 Subject: [PATCH] Add missing typehint --- lib/Doctrine/ORM/Cache/Persister/AbstractEntityPersister.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Doctrine/ORM/Cache/Persister/AbstractEntityPersister.php b/lib/Doctrine/ORM/Cache/Persister/AbstractEntityPersister.php index de0d9e7cf..1a3e48ec5 100644 --- a/lib/Doctrine/ORM/Cache/Persister/AbstractEntityPersister.php +++ b/lib/Doctrine/ORM/Cache/Persister/AbstractEntityPersister.php @@ -190,8 +190,8 @@ abstract class AbstractEntityPersister implements CachedEntityPersister /** * {@inheritdoc} - * @param object $entity - * @param array $extraConditions + * @param object $entity + * @param array|Criteria $extraConditions * @return bool */ public function exists($entity, $extraConditions = array())