mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #8118] Do not pass entity name in \Doctrine\ORM\EntityManager::clear call #10820
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/8118
State: closed
Merged: No
Hello,
Since passing the
entityNameparameter in\Doctrine\ORM\EntityManager::clearis deprecated, this call should be also updated to not pass theentityNamewhen calling the method. In my CI/CD it triggers the following error:Thank you 💪