[DDC-2276] [GH-569] Hotfix/pre flush event args params Created: 04/Feb/13 Updated: 12/Feb/13 Resolved: 12/Feb/13 |
|
| Status: | Resolved |
| Project: | Doctrine 2 - ORM |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 2.4 |
| Security Level: | All |
| Type: | Bug | Priority: | Major |
| Reporter: | Benjamin Eberlei | Assignee: | Marco Pivetta |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This issue is created automatically through a Github pull request on behalf of Ocramius: Url: https://github.com/doctrine/doctrine2/pull/569 Message: As reported by a user on IRC, the `PreFlushEventArgs` object was built with incorrect parameters. this fix solves the problem by typehinting the constructor. Tests aren't really necessary since a lot of functional tests were simply broken because of this additional typehint. |
| Comments |
| Comment by Benjamin Eberlei [ 12/Feb/13 ] |
|
A related Github Pull-Request [GH-569] was closed |
| Comment by Fabio B. Silva [ 12/Feb/13 ] |
|
Merged : https://github.com/doctrine/doctrine2/commit/719031f2effd2074d94c709b6b7311fb0773fb7f |