mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #9640] Remove console helper #11763
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/doctrine/orm/pull/9640
State: closed
Merged: Yes
Follows #8524.
The original deprecation affected the integration of the
EntityManagerHelperclass 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 theEntityManagerHelperclass 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.