[PR #486] [MERGED] Fix DDC-2084 #8266

Closed
opened 2026-01-22 15:59:08 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/486
Author: @FabioBatSilva
Created: 10/20/2012
Status: Merged
Merged: 11/6/2012
Merged by: @guilhermeblanco

Base: masterHead: DDC-2084


📝 Commits (3)

📊 Changes

5 files changed (+185 additions, -35 deletions)

View changed files

📝 lib/Doctrine/ORM/AbstractQuery.php (+12 -34)
📝 lib/Doctrine/ORM/EntityManager.php (+10 -1)
📝 lib/Doctrine/ORM/ORMInvalidArgumentException.php (+11 -0)
📝 lib/Doctrine/ORM/UnitOfWork.php (+24 -0)
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC2084Test.php (+128 -0)

📄 Description

http://www.doctrine-project.org/jira/browse/DDC-2084


🔄 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/486 **Author:** [@FabioBatSilva](https://github.com/FabioBatSilva) **Created:** 10/20/2012 **Status:** ✅ Merged **Merged:** 11/6/2012 **Merged by:** [@guilhermeblanco](https://github.com/guilhermeblanco) **Base:** `master` ← **Head:** `DDC-2084` --- ### 📝 Commits (3) - [`a09a5b9`](https://github.com/doctrine/orm/commit/a09a5b9b7b41c6c6b292f8998e2dd0470ebcb286) Fix DDC-2084 - [`c4e6a04`](https://github.com/doctrine/orm/commit/c4e6a04676f398ec9dba5779796c2521ba6ca8ba) remove duplicate return statement - [`62f43e6`](https://github.com/doctrine/orm/commit/62f43e6ea2367e15ca6c18768870fe8c62d3b185) remove require_once ### 📊 Changes **5 files changed** (+185 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/AbstractQuery.php` (+12 -34) 📝 `lib/Doctrine/ORM/EntityManager.php` (+10 -1) 📝 `lib/Doctrine/ORM/ORMInvalidArgumentException.php` (+11 -0) 📝 `lib/Doctrine/ORM/UnitOfWork.php` (+24 -0) ➕ `tests/Doctrine/Tests/ORM/Functional/Ticket/DDC2084Test.php` (+128 -0) </details> ### 📄 Description http://www.doctrine-project.org/jira/browse/DDC-2084 --- <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:59:08 +01:00
admin closed this issue 2026-01-22 15:59:09 +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#8266