[PR #11872] [PHP8.4]private(set) properties should be skipped to avoid resetting values #13305

Open
opened 2026-01-22 16:16:47 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/11872

State: closed
Merged: No


Attempt to fix issue #11871

Summary : When an entity is associated with a class declaring private(set) properties. The proxyFactory does not ignore those properties as it does with privates one. This leads to an error such as "Error: Cannot unset private(set) property ".

**Original Pull Request:** https://github.com/doctrine/orm/pull/11872 **State:** closed **Merged:** No --- Attempt to fix issue #11871 Summary : When an entity is associated with a class declaring private(set) properties. The proxyFactory does not ignore those properties as it does with privates one. This leads to an error such as "Error: Cannot unset private(set) property ".
admin added the pull-request label 2026-01-22 16:16:47 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#13305