diff --git a/lib/Doctrine/ORM/AbstractQuery.php b/lib/Doctrine/ORM/AbstractQuery.php index 8108d558b..f51924ca1 100644 --- a/lib/Doctrine/ORM/AbstractQuery.php +++ b/lib/Doctrine/ORM/AbstractQuery.php @@ -825,7 +825,8 @@ abstract class AbstractQuery * * @return mixed * - * @throws QueryException If the query result is not unique. + * @throws NonUniqueResultException If the query result is not unique. + * @throws NoResultException If the query returned no result. */ public function getSingleScalarResult() {