-
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
BugSomething isn't workingSomething isn't working
Description
Bug Report
Q | A |
---|---|
Version(s) | 1.9.* |
Summary
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.
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 the AbstractCollectionStrategy
of doctrine/doctrine-laminas-hydrator.
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't working