[PR #8566] SimpleObjectHydrator: skip unsuit custom type before convert it #11068

Open
opened 2026-01-22 16:09:36 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/8566

State: closed
Merged: Yes


SimpleObjectHydrator tries to convert the value, and only then checks if we need it.
This results in an error if our custom type does not get expected data to initialize php value.

**Original Pull Request:** https://github.com/doctrine/orm/pull/8566 **State:** closed **Merged:** Yes --- SimpleObjectHydrator tries to convert the value, and only then checks if we need it. This results in an error if our custom type does not get expected data to initialize php value.
admin added the pull-request label 2026-01-22 16:09:36 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#11068