Merge pull request #1273 from TrkiSF2/master
Incorrect @throws doc. in getSingleScalarResult
This commit is contained in:
commit
3930fd50a7
@ -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…
x
Reference in New Issue
Block a user