Skip to content

Commit

Permalink
bug in AbastractLazyCollection
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Miller <rhuk@mac.com>
  • Loading branch information
rhukster committed Dec 3, 2024
1 parent a1e583f commit 2e975df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 2e975df

Please sign in to comment.