mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #49] [MERGED] [DDC-1134] Entity generator: Namespace parsing fix #7640
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/49
Author: @fabpot
Created: 4/30/2011
Status: ✅ Merged
Merged: 4/30/2011
Merged by: @guilhermeblanco
Base:
2.0.x← Head:namespace-parsing-fix📝 Commits (1)
2978cadFix namespace/class parsing in the entity generator📊 Changes
2 files changed (+76 additions, -10 deletions)
View changed files
📝
lib/Doctrine/ORM/Tools/EntityGenerator.php(+28 -10)📝
tests/Doctrine/Tests/ORM/Tools/EntityGeneratorTest.php(+48 -0)📄 Description
The entity generator is not able to parse the namespace/class of existing entities in many cases. This makes the parsing more robust (see unit tests).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.