mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #8531] [GH-8527] Revert cs fixes for entity version compares in lock+merge #11045
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/8531
State: closed
Merged: Yes
Two automatic coding style fixes broke comparison operations in 2.8.2. One was independently fixed in https://github.com/doctrine/orm/pull/8508 - but another one in
UnitOfWork::mergewas missed.This PR reverts these fixes for now to get back the old 2.8.1 behavior.