mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #12294] [CLOSED] loose compare readonly properties #13662
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?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/12294
Author: @garak
Created: 11/25/2025
Status: ❌ Closed
Base:
3.5.x← Head:fix-readonly-object-compare📝 Commits (1)
a6e3f5cloose compare readonly properties📊 Changes
5 files changed (+107 additions, -18 deletions)
View changed files
📝
src/Mapping/PropertyAccessors/ReadonlyAccessor.php(+3 -1)📝
src/Mapping/ReflectionReadonlyProperty.php(+3 -1)➕
tests/Tests/Models/ReadonlyProperties/Library.php(+20 -0)➕
tests/Tests/Models/ValueObjects/Uuid.php(+16 -0)📝
tests/Tests/ORM/Mapping/ReflectionReadonlyPropertyTest.php(+65 -16)📄 Description
Alternate approach to #11617
Fix #9505
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.