mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #10498] Use recognized array key #12411
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/10498
State: closed
Merged: Yes
joinColumnhas no meaning for the static PHP driver. That's because it performs no translation, unlike other drivers: we're using the ClassMetadata API directly.Before this change, changing the value of the "name" key did not break the test suite. After this change, it does.
Found while working on https://github.com/doctrine/orm/pull/10405