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

Added doc about exception in Query#getOneOrNullResult() #7443

Merged
merged 2 commits into from
Oct 2, 2019

Conversation

stollr
Copy link
Contributor

@stollr stollr commented Oct 29, 2018

When calling Query#getOneOrNullResult() and there are more than one objects in the result an NonUniqueResultException is thrown.
This information was missing in the documentation about the query result
formats.

This PR addresses #6793 (@lcobucci).

When calling `Query#getOneOrNullResult()` and there are more than one
objects in the result an `NonUniqueResultException` is thrown.
This information was missing in the documentation about the query result
formats.

This commit addresses doctrine#6793.
SenseException
SenseException previously approved these changes Jun 21, 2019
Co-Authored-By: Grégoire Paris <postmaster@greg0ire.fr>
@stollr
Copy link
Contributor Author

stollr commented Jun 24, 2019

Thanks @greg0ire for the correction ;-)

@lcobucci lcobucci self-assigned this Oct 2, 2019
@lcobucci lcobucci added this to the 2.6.5 milestone Oct 2, 2019
@lcobucci lcobucci merged commit 7526adc into doctrine:2.6 Oct 2, 2019
@lcobucci
Copy link
Member

lcobucci commented Oct 2, 2019

@Naitsirch thanks 👍

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.

4 participants