mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #10582] Subclass lazy loading #12468
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/10582
State: closed
Merged: No
This PR is a continuation of the closed PR https://github.com/doctrine/orm/pull/10538 (which cannot be reopened, my apologies, I am new to making Pull Requests)
I have extracted the functionality for retrieving the discriminator column value into a separate function, like suggested by @beberlei.
I also noticed a grammatical error while reading https://github.com/doctrine/orm/blob/2.14.x/CONTRIBUTING.md and included a fix, I hope it is okay to do this in the same PR.