From 570799b48db72a762226897ace966a7f71f893dd Mon Sep 17 00:00:00 2001 From: kwiateusz Date: Thu, 21 Jul 2011 04:13:15 -0700 Subject: [PATCH] Restoring the missing comment --- lib/Doctrine/ORM/Persisters/BasicEntityPersister.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Doctrine/ORM/Persisters/BasicEntityPersister.php b/lib/Doctrine/ORM/Persisters/BasicEntityPersister.php index c1436ffa2..1938ad160 100644 --- a/lib/Doctrine/ORM/Persisters/BasicEntityPersister.php +++ b/lib/Doctrine/ORM/Persisters/BasicEntityPersister.php @@ -558,6 +558,7 @@ class BasicEntityPersister * a new entity is created. * @param $assoc The association that connects the entity to load to another entity, if any. * @param array $hints Hints for entity creation. + * @param int $lockMode * @param int $limit Limit number of results * @return object The loaded and managed entity instance or NULL if the entity can not be found. * @todo Check identity map? loadById method? Try to guess whether $criteria is the id?