bug in AbastractLazyCollection

Signed-off-by: Andy Miller <rhuk@mac.com>
This commit is contained in:
Andy Miller 2024-12-03 15:33:32 -07:00
parent a1e583f657
commit 2e975dfa90
No known key found for this signature in database
GPG Key ID: 9F2CF38AEBDB0AE0

View File

@ -26,7 +26,7 @@ abstract class AbstractLazyCollection extends BaseAbstractLazyCollection impleme
* @par ArrayCollection
* @phpstan-var ArrayCollection<TKey,T>
*/
protected $collection;
protected ?\Doctrine\Common\Collections\Collection $collection;
/**
* {@inheritDoc}