[PR #10235] Add missing throws annotations #12200

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

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

State: closed
Merged: No


This PR is from a discussion we had on Slack.

Basically, the Repositoru::find() method might throw an exception. However, it is not in the interface, this PR fix that.

Here's the missing throws annotations.

A following PR is incoming for doctrine/persistence.

**Original Pull Request:** https://github.com/doctrine/orm/pull/10235 **State:** closed **Merged:** No --- This PR is from a discussion we had on Slack. Basically, the `Repositoru::find()` method might throw an exception. However, it is not in the interface, this PR fix that. Here's the missing `throws` annotations. A following PR is incoming for `doctrine/persistence`.
admin added the pull-request label 2026-01-22 16:13:15 +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#12200