[PR #12042] Fix unhandled ParameterType case for binary PKs #13430

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

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

State: closed
Merged: No


Fixes following failure: UnhandledMatchError: Unhandled match case of type Doctrine\DBAL\ParameterType (in src/Persisters/Entity/BasicEntityPersister.php:1966)

Originally found by doctrine-entity-preloader test suite (copied here).

**Original Pull Request:** https://github.com/doctrine/orm/pull/12042 **State:** closed **Merged:** No --- Fixes [following failure](https://github.com/doctrine/orm/actions/runs/15975846195/job/45057975437?pr=12042): `UnhandledMatchError: Unhandled match case of type Doctrine\DBAL\ParameterType` (in [src/Persisters/Entity/BasicEntityPersister.php:1966](https://github.com/doctrine/orm/blob/ef607f26c2965fe460c55733cc7c031fb7e1f2fa/src/Persisters/Entity/BasicEntityPersister.php#L1963)) Originally found by [doctrine-entity-preloader test suite](https://github.com/shipmonk-rnd/doctrine-entity-preloader/actions/runs/15974596462/job/45053643277?pr=20) (copied here).
admin added the pull-request label 2026-01-22 16:17:06 +01:00
admin closed this issue 2026-01-22 16:17:06 +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#13430