[PR #10498] Use recognized array key #12411

Closed
opened 2026-01-22 16:13:57 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/10498

State: closed
Merged: Yes


joinColumn has 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

**Original Pull Request:** https://github.com/doctrine/orm/pull/10498 **State:** closed **Merged:** Yes --- `joinColumn` has 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
admin added the pull-request label 2026-01-22 16:13:57 +01:00
admin closed this issue 2026-01-22 16:13:58 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#12411