[PR #209] [MERGED] DDC-1170 #7863

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/209
Author: @FabioBatSilva
Created: 12/5/2011
Status: Merged
Merged: 12/5/2011
Merged by: @guilhermeblanco

Base: masterHead: DDC1170


📝 Commits (1)

📊 Changes

6 files changed (+129 additions, -0 deletions)

View changed files

📝 lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php (+4 -0)
📝 lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php (+4 -0)
📝 tests/Doctrine/Tests/ORM/Mapping/AbstractMappingDriverTest.php (+80 -0)
tests/Doctrine/Tests/ORM/Mapping/php/Doctrine.Tests.ORM.Mapping.DDC1170Entity.php (+16 -0)
tests/Doctrine/Tests/ORM/Mapping/xml/Doctrine.Tests.ORM.Mapping.DDC1170Entity.dcm.xml (+15 -0)
tests/Doctrine/Tests/ORM/Mapping/yaml/Doctrine.Tests.ORM.Mapping.DDC1170Entity.dcm.yml (+10 -0)

📄 Description

Hello all

This patch fix : DDC-1170
http://www.doctrine-project.org/jira/browse/DDC-1170

Thanks ...


🔄 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/209 **Author:** [@FabioBatSilva](https://github.com/FabioBatSilva) **Created:** 12/5/2011 **Status:** ✅ Merged **Merged:** 12/5/2011 **Merged by:** [@guilhermeblanco](https://github.com/guilhermeblanco) **Base:** `master` ← **Head:** `DDC1170` --- ### 📝 Commits (1) - [`33c68df`](https://github.com/doctrine/orm/commit/33c68df3bab8c39b0f04e20a02d46891033593dc) Fixed DDC-1170 ### 📊 Changes **6 files changed** (+129 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php` (+4 -0) 📝 `lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php` (+4 -0) 📝 `tests/Doctrine/Tests/ORM/Mapping/AbstractMappingDriverTest.php` (+80 -0) ➕ `tests/Doctrine/Tests/ORM/Mapping/php/Doctrine.Tests.ORM.Mapping.DDC1170Entity.php` (+16 -0) ➕ `tests/Doctrine/Tests/ORM/Mapping/xml/Doctrine.Tests.ORM.Mapping.DDC1170Entity.dcm.xml` (+15 -0) ➕ `tests/Doctrine/Tests/ORM/Mapping/yaml/Doctrine.Tests.ORM.Mapping.DDC1170Entity.dcm.yml` (+10 -0) </details> ### 📄 Description Hello all This patch fix : DDC-1170 http://www.doctrine-project.org/jira/browse/DDC-1170 Thanks ... --- <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:57:15 +01:00
admin closed this issue 2026-01-22 15:57: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#7863