mirror of
https://github.com/doctrine/reflection.git
synced 2026-03-24 08:42:07 +01:00
setValue on typed property must unset to uninitialized #6
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?
Originally created by @beberlei on GitHub (Mar 15, 2020).
Originally assigned to: @beberlei on GitHub.
This fixes doctrine/orm#7999 when during a delete operation the identifier is set to null. This is not possible on typed properties that are not nullable.
You can workaround it by unitiializing the property instead, which comes close to NULL.