Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add back throws annotation to getSingleScalarResult #10907

Merged
merged 1 commit into from
Aug 13, 2023
Merged

Add back throws annotation to getSingleScalarResult #10907

merged 1 commit into from
Aug 13, 2023

Conversation

darenas31415
Copy link
Contributor

Fix regression introduced in #10870

$result = $this->execute(null, $hydrationMode); in getSingleResult can still throw NoResultException exception.

Fix regression introduced in #10870

`$result = $this->execute(null, $hydrationMode);` in `getSingleResult` can still throw NoResultException exception.
@derrabus derrabus added this to the 2.16.2 milestone Aug 11, 2023
@derrabus derrabus merged commit 5577d51 into doctrine:2.16.x Aug 13, 2023
derrabus added a commit that referenced this pull request Aug 23, 2023
* 2.16.x:
  Use required classes for Lifecycle Callback examples (#10916)
  Add space before backquote (#10918)
  Add back throws annotation to getSingleScalarResult (#10907)
  Fix link on known issues docs (#10904)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants