1
0
mirror of synced 2025-01-19 06:51:40 +03:00

Merge pull request #1273 from TrkiSF2/master

Incorrect @throws doc. in getSingleScalarResult
This commit is contained in:
Marco Pivetta 2015-01-20 22:42:11 +01:00
commit 3930fd50a7

View File

@ -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()
{