mirror of
https://github.com/getgrav/grav.git
synced 2026-02-26 08:31:42 +01:00
bug in AbastractLazyCollection
Signed-off-by: Andy Miller <rhuk@mac.com>
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user