mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #209] [MERGED] DDC-1170 #7863
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?
📋 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:
master← Head:DDC1170📝 Commits (1)
33c68dfFixed DDC-1170📊 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.