DDC-2278: Invalid arguments to PreFlushEventArgs class #2863

Closed
opened 2026-01-22 14:06:09 +01:00 by admin · 2 comments
Owner

Originally created by @doctrinebot on GitHub (Feb 5, 2013).

Originally assigned to: @Ocramius on GitHub.

Jira issue originally created by user thestanislav:

Here https://github.com/doctrine/doctrine2/blob/master/lib/Doctrine/ORM/UnitOfWork.php#L527 PreFlushEventArgs expects number of arguments to be 2 and the first argument have to be instance of entity manager. But two arguments are passed and the first one is not instanceof em.

Originally created by @doctrinebot on GitHub (Feb 5, 2013). Originally assigned to: @Ocramius on GitHub. Jira issue originally created by user thestanislav: Here https://github.com/doctrine/doctrine2/blob/master/lib/Doctrine/ORM/UnitOfWork.php#L527 PreFlushEventArgs expects number of arguments to be 2 and the first argument have to be instance of entity manager. But two arguments are passed and the first one is not instanceof em.
admin added the Bug label 2026-01-22 14:06:09 +01:00
admin closed this issue 2026-01-22 14:06:10 +01:00
Author
Owner

@doctrinebot commented on GitHub (Feb 5, 2013):

Comment created by @ocramius:

Being handled in DDC-2276

@doctrinebot commented on GitHub (Feb 5, 2013): Comment created by @ocramius: Being handled in [DDC-2276](http://www.doctrine-project.org/jira/browse/DDC-2276)
Author
Owner

@doctrinebot commented on GitHub (Feb 5, 2013):

Issue was closed with resolution "Duplicate"

@doctrinebot commented on GitHub (Feb 5, 2013): Issue was closed with resolution "Duplicate"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#2863