[PR #11425] Discriminator value could be an integer #13015

Open
opened 2026-01-22 16:15:52 +01:00 by admin · 0 comments
Owner

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

State: closed
Merged: Yes


The same as

399:    $values[] = $conn->quote((string) $subclassMetadata->discriminatorValue);

Without casting a TypeError is raised.

**Original Pull Request:** https://github.com/doctrine/orm/pull/11425 **State:** closed **Merged:** Yes --- The same as ``` 399: $values[] = $conn->quote((string) $subclassMetadata->discriminatorValue); ``` Without casting a TypeError is raised.
admin added the pull-request label 2026-01-22 16:15:52 +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#13015