1
0
Fork 0
mirror of synced 2025-04-01 12:26:11 +03:00

The count in a LazyCriteriaCollection is null on initialization

This commit is contained in:
Marco Pivetta 2014-05-17 19:08:25 +02:00
parent c68ed4c204
commit a259138180

View file

@ -49,7 +49,7 @@ class LazyCriteriaCollection extends AbstractLazyCollection implements Selectabl
protected $criteria;
/**
* @var integer
* @var integer|null
*/
private $count;