You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Class Laminas\ApiTools\Doctrine\QueryBuilder\Hydrator\Strategy\CollectionLinkHydratorV3 should extend class AbstractCollectionStrategy of doctrine/doctrine-laminas-hydrator when DoctrineModule >v3 is installed, instead of the then removed AbstractCollectionStrategy of DoctrineModule v2.
Class Laminas\ApiTools\Doctrine\QueryBuilder\Hydrator\Strategy\CollectionLinkHydratorV3 extends the wrong base class.
How to reproduce
Just observe
Expected behavior
Class Laminas\ApiTools\Doctrine\QueryBuilder\Hydrator\Strategy\CollectionLinkHydratorV3 extends the AbstractCollectionStrategy of doctrine/doctrine-laminas-hydrator.
The text was updated successfully, but these errors were encountered:
Bug Report
Summary
Class
Laminas\ApiTools\Doctrine\QueryBuilder\Hydrator\Strategy\CollectionLinkHydratorV3
should extend classAbstractCollectionStrategy
of doctrine/doctrine-laminas-hydrator when DoctrineModule >v3 is installed, instead of the then removedAbstractCollectionStrategy
of DoctrineModule v2.DoctrineModule >v3 depends on doctrine/doctrine-laminas-hydrator so that library will be available.
Current behavior
Class
Laminas\ApiTools\Doctrine\QueryBuilder\Hydrator\Strategy\CollectionLinkHydratorV3
extends the wrong base class.How to reproduce
Just observe
Expected behavior
Class
Laminas\ApiTools\Doctrine\QueryBuilder\Hydrator\Strategy\CollectionLinkHydratorV3
extends theAbstractCollectionStrategy
of doctrine/doctrine-laminas-hydrator.The text was updated successfully, but these errors were encountered: