[PR #9640] Remove console helper #11763

Open
opened 2026-01-22 16:11:50 +01:00 by admin · 0 comments
Owner

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

State: closed
Merged: Yes


Follows #8524.

The original deprecation affected the integration of the EntityManagerHelper class only. But if we remove all that, we're left with a trvial class that does not follow current Symfony best practices and is not covered by any tests. This is why I'd like to remove the EntityManagerHelper class as well. It does not serve any purpose for us anymore and could easily be recreated in userland if applications still rely on such a helper.

**Original Pull Request:** https://github.com/doctrine/orm/pull/9640 **State:** closed **Merged:** Yes --- Follows #8524. The original deprecation affected the integration of the `EntityManagerHelper` class only. But if we remove all that, we're left with a trvial class that does not follow current Symfony best practices and is not covered by any tests. This is why I'd like to remove the `EntityManagerHelper` class as well. It does not serve any purpose for us anymore and could easily be recreated in userland if applications still rely on such a helper.
admin added the pull-request label 2026-01-22 16:11:50 +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#11763