mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #8795] Update session examples in docs #11174
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/8795
State: closed
Merged: Yes
As mentioned in https://github.com/doctrine/orm/discussions/8766 the session-section in the docs needed an update that discourages the usage of an entity in the session just as not using the methods
detach()andmerge(). Because users tend to copy-paste code, I struggled a bit with simple low-line examples and tried to keep them small.