mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #10397] Factor out logic that tracks mapping inheritance #12331
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
inheritedanddeclaredin 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.