1
0
mirror of synced 2025-02-07 15:59:27 +03:00

Incorrect @throws doc. in getSingleScalarResult

This commit is contained in:
Lukáš Lukáč 2015-01-20 17:21:43 +01:00
parent 335492aed7
commit 5e6ec8ebf3

View File

@ -825,7 +825,8 @@ abstract class AbstractQuery
* *
* @return mixed * @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() public function getSingleScalarResult()
{ {