[PR #10397] Factor out logic that tracks mapping inheritance #12331

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

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

State: closed
Merged: Yes


While working on #10396, I noticed the three kinds of mapping information track inherited and declared in the same way.

This PR suggests move the common code into a dedicated method, making it easier to see and understand where the information comes from.

**Original Pull Request:** https://github.com/doctrine/orm/pull/10397 **State:** closed **Merged:** Yes --- While working on #10396, I noticed the three kinds of mapping information track `inherited` and `declared` in the same way. This PR suggests move the common code into a dedicated method, making it easier to see and understand where the information comes from.
admin added the pull-request label 2026-01-22 16:13:43 +01:00
admin closed this issue 2026-01-22 16:13:43 +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#12331