mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #10355] Include parameter types in hydration cache key generation #12287
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/10355
State: closed
Merged: Yes
https://github.com/doctrine/orm/pull/10354#discussion_r1059527048
We were calling this DBAL method wrong and passed the connection hints as parameter types. I'm not sure if this has really caused issues, but let's call the method as it's meant to be called.