mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #3] [CLOSED] Yaml exporter dev #7589
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/3
Author: @Shurakai
Created: 10/6/2010
Status: ❌ Closed
Base:
master← Head:yaml-exporter-dev📝 Commits (6)
6d8ef92Updated MappingException::reflectionFailure message4d8b29dMerge branch 'master' of git://github.com/doctrine/doctrine25d03375Merge branch 'master' of git://github.com/doctrine/doctrine25399143Merge branch 'master' of git://github.com/doctrine/doctrine2132216aMerge branch 'master' of git://github.com/doctrine/doctrine2 into yaml-exporter-dev6bda4b2Fixed wrong position of identifier in yaml export📊 Changes
3 files changed (+11 additions, -11 deletions)
View changed files
📝
lib/Doctrine/ORM/Mapping/MappingException.php(+2 -2)📝
lib/Doctrine/ORM/Tools/Export/Driver/YamlExporter.php(+9 -9)📝
tools/sandbox/doctrine(+0 -0)📄 Description
Fixed wrong position of the id attribute. Formerly it was under the "fields:" segment, which would cause an exception.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.