diff --git a/lib/Doctrine/ORM/EntityRepository.php b/lib/Doctrine/ORM/EntityRepository.php index ce7b7c23a..f47608ea7 100644 --- a/lib/Doctrine/ORM/EntityRepository.php +++ b/lib/Doctrine/ORM/EntityRepository.php @@ -203,7 +203,7 @@ class EntityRepository implements ObjectRepository, Selectable * * @param array $criteria * - * @return int The quantity of objects that matches the criteria. + * @return int The cardinality of the objects that match the given criteria. */ public function count(array $criteria) {