mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-3690: PersistentCollection uses private property #4533
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 14, 2015).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user roelvd:
A fix is already applied to doctrine\orm
e2eef46293but is not tagged. Possible fix would be to release a new version of doctrine\collection as 1.2.1.@doctrinebot commented on GitHub (Apr 14, 2015):
Comment created by roelvd:
Due to this several tests fail in our code-base.
@doctrinebot commented on GitHub (Apr 14, 2015):
Comment created by @ocramius:
This is a bug caused by the fact that ORM 2.5 should depend on Collections 1.3.0 - I'll look into it ASAP.
@doctrinebot commented on GitHub (Apr 15, 2015):
Comment created by @ocramius:
Collections 1.3.0 was released, but I'll keep this open until ORM 2.5.1 is out.
@doctrinebot commented on GitHub (Jun 16, 2015):
Comment created by @beberlei:
I pushed v1.2.1 with changing $initialized to protected already.
@doctrinebot commented on GitHub (Jun 16, 2015):
Issue was closed with resolution "Fixed"