Skip to content

CollectionLinkHydrator extends wrong base class when DoctrineModule > v3 is used #13

Open
@zluiten

Description

@zluiten

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

No one assigned

    Labels

    BugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions