mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #10367] Migrate files with the least changes to PHP 8 #12298
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/10367
State: closed
Merged: Yes
These are the lowest hanging fruits I could find after running Rector: I looked for files with a diff of 2 lines.
I did not include some changes that I find controversial, such as marking some constants as final when we should maybe consider making classes themselves final.