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

Allow doctrine/persistence 3 #58

Closed snapshotpl closed 2 years ago

fezfez commented 2 years ago

any news on this ?

driehle commented 2 years ago

Thanks for reminding me of this. It looks like we cannot use @deprecated here, though I suggested the use of it, as it marks the whole method as deprecated and there I couldn't find a way to tell Psalm only about the deprecation of a parameter. Hence, I updated the PR to simply add a note about the parameter type.

driehle commented 2 years ago

Thanks @snapshotpl 👍