1
0
mirror of synced 2025-02-03 05:49:25 +03:00

#6003 corrected return type definition

This commit is contained in:
Marco Pivetta 2016-09-08 00:54:49 +02:00
parent 7bf4a65c92
commit e2cba87662

View File

@ -203,7 +203,7 @@ class EntityRepository implements ObjectRepository, Selectable
* *
* @param array $criteria * @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) public function count(array $criteria)
{ {