mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-1525: Merge fails with "Maximum function nesting level reached" fatal error #1914
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 (Dec 9, 2011).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user gedrox:
It is because of the line
a99ffc126f (L0R1460)where non-strict comparison is done for collection objects.I would suggest traversing the elements of the both collections and comparing them using the strict "===" operator.
@doctrinebot commented on GitHub (Dec 9, 2011):
Comment created by gedrox:
The
954b5077e4by guilhermeblanco fixes the issue.@doctrinebot commented on GitHub (Dec 9, 2011):
Issue was closed with resolution "Fixed"