[PR #8655] UnitOfWork: calling EntityManager::getClassMetadata() only when needed #11109

Closed
opened 2026-01-22 16:09:46 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/8655

State: closed
Merged: No


I noticed some unnecessary calls of EntityManager::getClassMetadata() in some cases. This PR improves that by calling EntityManager::getClassMetadata() only when needed.

**Original Pull Request:** https://github.com/doctrine/orm/pull/8655 **State:** closed **Merged:** No --- I noticed some unnecessary calls of `EntityManager::getClassMetadata()` in some cases. This PR improves that by calling EntityManager::getClassMetadata() only when needed.
admin added the pull-request label 2026-01-22 16:09:46 +01:00
admin closed this issue 2026-01-22 16:09:46 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#11109