mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #10210] Migrate Cache namespace to php 8 #12186
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/10210
State: closed
Merged: Yes
This one comes with a controversial change that I did not have the courage to extract to a separate commit PR/commit (feel free to insist I do so): switching
@readonlyproperties to nativereadonly. I had to tweak some tests to achieve that, and I've extracted that part in a separate commit, which I can backport if you think it should happen.