doctrine / orm

Doctrine Object Relational Mapper (ORM)
https://www.doctrine-project.org/projects/orm.html
MIT License
9.94k stars 2.52k forks source link

Fix `Events::onFlush` and `PostFlush()` documentation: events are always raised #11709

Closed lyrixx closed 6 days ago

lyrixx commented 2 weeks ago

Improvement

Q A
New Feature no
RFC no
BC Break no

Summary

see https://github.com/doctrine/orm/blob/9e2bfa816957920697d686678f0a0bf68fd30298/src/UnitOfWork.php#L399-L413

greg0ire commented 6 days ago

Thanks @lyrixx !