Skip to content

Commit 2e975df

Browse files
committed
bug in AbastractLazyCollection
Signed-off-by: Andy Miller <[email protected]>
1 parent a1e583f commit 2e975df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/src/Grav/Framework/Collection/AbstractLazyCollection.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ abstract class AbstractLazyCollection extends BaseAbstractLazyCollection impleme
2626
* @par ArrayCollection
2727
* @phpstan-var ArrayCollection<TKey,T>
2828
*/
29-
protected $collection;
29+
protected ?\Doctrine\Common\Collections\Collection $collection;
3030

3131
/**
3232
* {@inheritDoc}

0 commit comments

Comments
 (0)