mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #957] [MERGED] makes doctrine less dependent upon the symfony yaml component #8957
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/957
Author: @thealjey
Created: 2/20/2014
Status: ✅ Merged
Merged: 3/23/2014
Merged by: @beberlei
Base:
master← Head:master📝 Commits (1)
c062013makes doctrine less dependent upon the symfony yamp component📊 Changes
1 file changed (+17 additions, -1 deletions)
View changed files
📝
lib/Doctrine/ORM/Tools/Export/Driver/YamlExporter.php(+17 -1)📄 Description
This is the last place in the framework where the class is just too tightly coupled with the symfony yaml component, that the yaml parser alone cannot be overridden without overriding an entire class.
I simply brought it in accordance with "Doctrine\ORM\Mapping\Driver\YamlDriver" where a separate method called loadMappingFile exists to parse the mapping file.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.