[PR #630] [MERGED] Hotfix for DDC-2359 #8472

Closed
opened 2026-01-22 16:00:05 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/630
Author: @Ocramius
Created: 3/24/2013
Status: Merged
Merged: 3/24/2013
Merged by: @beberlei

Base: masterHead: hotfix/DDC-2359


📝 Commits (2)

📊 Changes

2 files changed (+55 additions, -1 deletions)

View changed files

📝 lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php (+0 -1)
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC2359Test.php (+55 -0)

📄 Description

Doctrine\ORM\Mapping\ClassMetadataFactory#wakeupReflection is called twice as of DDC-2359


🔄 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/630 **Author:** [@Ocramius](https://github.com/Ocramius) **Created:** 3/24/2013 **Status:** ✅ Merged **Merged:** 3/24/2013 **Merged by:** [@beberlei](https://github.com/beberlei) **Base:** `master` ← **Head:** `hotfix/DDC-2359` --- ### 📝 Commits (2) - [`5702032`](https://github.com/doctrine/orm/commit/57020322cb3c9788c8f8f673177727da8055e245) Adding failing test for DDC-2359 - [`7afe5af`](https://github.com/doctrine/orm/commit/7afe5af73a4422d06283b67a5f9c55e3866cc128) Fix for DDC-2359 ### 📊 Changes **2 files changed** (+55 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php` (+0 -1) ➕ `tests/Doctrine/Tests/ORM/Functional/Ticket/DDC2359Test.php` (+55 -0) </details> ### 📄 Description `Doctrine\ORM\Mapping\ClassMetadataFactory#wakeupReflection` is called twice as of DDC-2359 --- <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 16:00:05 +01:00
admin closed this issue 2026-01-22 16:00:06 +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#8472