mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-3106: [GH-1023] [DDC-3027] Avoid duplicated mapping using Embedded in MappedSuperclass #3856
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?
Originally created by @doctrinebot on GitHub (Apr 30, 2014).
Originally assigned to: @guilhermeblanco on GitHub.
Jira issue originally created by user @doctrinebot:
This issue is created automatically through a Github pull request on behalf of coma:
Url: https://github.com/doctrine/doctrine2/pull/1023
Message:
@doctrinebot commented on GitHub (Apr 30, 2014):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-996] was closed:
https://github.com/doctrine/doctrine2/pull/996
@doctrinebot commented on GitHub (May 15, 2014):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-1023] was closed:
https://github.com/doctrine/doctrine2/pull/1023
@doctrinebot commented on GitHub (May 15, 2014):
Issue was closed with resolution "Fixed"
@doctrinebot commented on GitHub (Jul 27, 2015):
Comment created by bigfoot:
I've commented the line
if (!$class->isMappedSuperclass) {https://github.com/doctrine/doctrine2/pull/1023/files#diff-ecaa162f62bde19c758286c766911141R144
and tests are good anyway, is this line really necessary?