Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e137f7 + be297b9 commit d951aa0Copy full SHA for d951aa0
1 file changed
lib/Doctrine/ORM/AbstractQuery.php
@@ -1010,7 +1010,7 @@ public function getSingleResult($hydrationMode = null)
1010
*
1011
* Alias for getSingleResult(HYDRATE_SINGLE_SCALAR).
1012
1013
- * @return mixed The scalar result.
+ * @return bool|float|int|string The scalar result.
1014
1015
* @throws NoResultException If the query returned no result.
1016
* @throws NonUniqueResultException If the query result is not unique.
0 commit comments