#6003 corrected return type definition
This commit is contained in:
parent
7bf4a65c92
commit
e2cba87662
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user