[PR #10418] Use correct type for FieldMapping#unique #12342

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

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

State: closed
Merged: Yes


Looking at usages in the codebase, it is supposed to be at least bool|string, but not string.
When dumping the value inside getFieldMapping, it is always a boolean.

**Original Pull Request:** https://github.com/doctrine/orm/pull/10418 **State:** closed **Merged:** Yes --- Looking at usages in the codebase, it is supposed to be at least `bool|string`, but not `string`. When dumping the value inside `getFieldMapping`, it is always a boolean.
admin added the pull-request label 2026-01-22 16:13:45 +01:00
admin closed this issue 2026-01-22 16:13:46 +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#12342