[PR #356] [MERGED] [DDC-1835] Fix clone side effects in PersistentCollection #8073

Open
opened 2026-01-22 15:58:15 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/356
Author: @kdambekalns
Created: 5/24/2012
Status: Merged
Merged: 5/27/2012
Merged by: @beberlei

Base: 2.2Head: DDC-1835


📝 Commits (1)

  • f2bcb19 [DDC-1835] Fix clone side effects in PersistentCollection

📊 Changes

2 files changed (+102 additions, -3 deletions)

View changed files

📝 lib/Doctrine/ORM/PersistentCollection.php (+4 -3)
tests/Doctrine/Tests/ORM/Functional/PersistentCollectionTest.php (+98 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/356 **Author:** [@kdambekalns](https://github.com/kdambekalns) **Created:** 5/24/2012 **Status:** ✅ Merged **Merged:** 5/27/2012 **Merged by:** [@beberlei](https://github.com/beberlei) **Base:** `2.2` ← **Head:** `DDC-1835` --- ### 📝 Commits (1) - [`f2bcb19`](https://github.com/doctrine/orm/commit/f2bcb19956b88a0e15042f693ca775d301a27ecc) [DDC-1835] Fix clone side effects in PersistentCollection ### 📊 Changes **2 files changed** (+102 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/PersistentCollection.php` (+4 -3) ➕ `tests/Doctrine/Tests/ORM/Functional/PersistentCollectionTest.php` (+98 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-22 15:58:15 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#8073