mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #1063] [MERGED] singularize variable name on add/remove methods for EntityGenerator #9109
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/1063
Author: @FlorianLB
Created: 6/19/2014
Status: ✅ Merged
Merged: 6/21/2014
Merged by: @guilhermeblanco
Base:
master← Head:master📝 Commits (1)
fdca5d7singularize variable name on add/remove methods for EntityGenerator📊 Changes
2 files changed (+12 additions, -2 deletions)
View changed files
📝
lib/Doctrine/ORM/Tools/EntityGenerator.php(+4 -2)📝
tests/Doctrine/Tests/ORM/Tools/EntityGeneratorTest.php(+8 -0)📄 Description
Not a big change but corrects an error of plural.
Previously :
With this PR :
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.