doctrine / doctrine-laminas-hydrator

Doctrine hydrators for Laminas applications
https://www.doctrine-project.org/projects/doctrine-laminas-hydrator.html
MIT License
33 stars 19 forks source link

Added native parameter types and return types #50

Closed driehle closed 2 years ago

driehle commented 2 years ago

Caution: BC Break

This PR adds native parameter types and native return types in all places possible. This will be a BC break for people who are extending, for instance, DoctrineObject. Others should not be affected.

SenseException commented 2 years ago

Caution: BC Break

3.0 seems to be the best place for these changes. doctrine/doctrine-laminas-hydrator doesn't have a changelog, does it?

driehle commented 2 years ago

3.0 seems to be the best place for these changes. doctrine/doctrine-laminas-hydrator doesn't have a changelog, does it?

Changelog is in the release notes. There will be a summary (added, changed, breaking,...) and all issues and pull requests are listed by their labels there, so this PR will be listed with its title under BC break as well. See https://github.com/doctrine/DoctrineModule/releases/tag/4.2.0 for an example how this looks like.