1
0
mirror of synced 2025-03-22 07:53:49 +03:00

Merge pull request #1 from TrkiSF2/TrkiSF2-getSingleScalarResult-Doc

Incorrect @throws doc. in getSingleScalarResult
This commit is contained in:
Lukáš Lukáč 2015-01-20 17:24:29 +01:00
commit ea213ef23c

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