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

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}