[PR #3] [CLOSED] Yaml exporter dev #7589

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/3
Author: @Shurakai
Created: 10/6/2010
Status: Closed

Base: masterHead: yaml-exporter-dev


📝 Commits (6)

  • 6d8ef92 Updated MappingException::reflectionFailure message
  • 4d8b29d Merge branch 'master' of git://github.com/doctrine/doctrine2
  • 5d03375 Merge branch 'master' of git://github.com/doctrine/doctrine2
  • 5399143 Merge branch 'master' of git://github.com/doctrine/doctrine2
  • 132216a Merge branch 'master' of git://github.com/doctrine/doctrine2 into yaml-exporter-dev
  • 6bda4b2 Fixed 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.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/3 **Author:** [@Shurakai](https://github.com/Shurakai) **Created:** 10/6/2010 **Status:** ❌ Closed **Base:** `master` ← **Head:** `yaml-exporter-dev` --- ### 📝 Commits (6) - [`6d8ef92`](https://github.com/doctrine/orm/commit/6d8ef9291c6f7de470b7ca00646241957a8c07a7) Updated MappingException::reflectionFailure message - [`4d8b29d`](https://github.com/doctrine/orm/commit/4d8b29d4431739e2b205fb28176713f7784ce8f1) Merge branch 'master' of git://github.com/doctrine/doctrine2 - [`5d03375`](https://github.com/doctrine/orm/commit/5d03375d059f1b249c691c04e9b7f93eff097867) Merge branch 'master' of git://github.com/doctrine/doctrine2 - [`5399143`](https://github.com/doctrine/orm/commit/53991436f73c235d642d96c70e9c8ecc216dbed4) Merge branch 'master' of git://github.com/doctrine/doctrine2 - [`132216a`](https://github.com/doctrine/orm/commit/132216a1ba7a77a175f3b36579a7d3f1d8e558b5) Merge branch 'master' of git://github.com/doctrine/doctrine2 into yaml-exporter-dev - [`6bda4b2`](https://github.com/doctrine/orm/commit/6bda4b213f1a31e3f0bf173ef2413bf9f1483c52) Fixed wrong position of identifier in yaml export ### 📊 Changes **3 files changed** (+11 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Mapping/MappingException.php` (+2 -2) 📝 `lib/Doctrine/ORM/Tools/Export/Driver/YamlExporter.php` (+9 -9) 📝 `tools/sandbox/doctrine` (+0 -0) </details> ### 📄 Description Fixed wrong position of the id attribute. Formerly it was under the "fields:" segment, which would cause an exception. --- <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:55:54 +01:00
admin closed this issue 2026-01-22 15:55:56 +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#7589