[PR #5867] Allow the usage of embedded objects on parent classes. #9765

Closed
opened 2026-01-22 16:05:20 +01:00 by admin · 0 comments
Owner

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

State: closed
Merged: No


The ClassMetadataInfo was always using the "current class" to fetch the reflection of a property even when a field is declared on the parent class (which causes ReflectionProperty to throw an exception).

**Original Pull Request:** https://github.com/doctrine/orm/pull/5867 **State:** closed **Merged:** No --- The `ClassMetadataInfo` was always using the "current class" to fetch the reflection of a property even when a field is declared on the parent class (which causes `ReflectionProperty` to throw an exception).
admin added the pull-request label 2026-01-22 16:05:20 +01:00
admin closed this issue 2026-01-22 16:05:20 +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#9765