[DDC-2160] [GH-520] Fix for Doctrine\ORM\Tools\EntityGenerator not picking the correct singular of some plurals Created: 22/Nov/12 Updated: 06/Jan/13 Resolved: 06/Jan/13 |
|
| Status: | Resolved |
| Project: | Doctrine 2 - ORM |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Security Level: | All |
| Type: | Bug | Priority: | Major |
| Reporter: | Benjamin Eberlei | Assignee: | Benjamin Eberlei |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
This issue is created automatically through a Github pull request on behalf of jbergler: Url: https://github.com/doctrine/doctrine2/pull/520 Message: When generating stub method names words like entries became entrie when they should have become entry. |