Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Security Level: All
-
Labels:None
Description
This issue is created automatically through a Github pull request on behalf of v3labs:
Url: https://github.com/doctrine/doctrine2/pull/594
Message:
The way EntityGenerator handles add/edit methods is wrong.
Example:
class SomeEntity
{ /* @ORM\OneToMany(...) */ private $entries; }In this case the generator creates
addEntrie and removeEntrie methods. They should be be addEntry and removeEntry
This patch fixes that.
A related Github Pull-Request [GH-594] was closed
https://github.com/doctrine/doctrine2/pull/594