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

Commits on Oct 29, 2018

  1. Added hint about exception in Query#getOneOrNullResult()

    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.
    stollr committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    17bc627 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. Fixed grammatical mistake in doc

    Co-Authored-By: Grégoire Paris <postmaster@greg0ire.fr>
    stollr and greg0ire authored Jun 24, 2019
    Configuration menu
    Copy the full SHA
    1c45e1b View commit details
    Browse the repository at this point in the history