mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #530] [CLOSED] Singular form of generated methods should end with 'y' when property ends with 'ies' #8334
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/530
Author: @stollr
Created: 12/4/2012
Status: ❌ Closed
Base:
2.3← Head:2.3📝 Commits (1)
a3adfccSingular form of method names which ends with 'ies' in EntityGenerator improved📊 Changes
1 file changed (+5 additions, -1 deletions)
View changed files
📝
lib/Doctrine/ORM/Tools/EntityGenerator.php(+5 -1)📄 Description
The singular form is not correctly detected if the property ends with 'ies' like 'entries' which should be transformed to 'entry'.
This change is related to http://www.doctrine-project.org/jira/browse/DDC-2184
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.