mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
bug in AbastractLazyCollection
Signed-off-by: Andy Miller <rhuk@mac.com>
This commit is contained in:
parent
a1e583f657
commit
2e975dfa90
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user