Incorrect @throws doc. in getSingleScalarResult
This commit is contained in:
parent
335492aed7
commit
5e6ec8ebf3
1 changed files with 2 additions and 1 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue