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.
AbstractQuery::getSingleScalarResult()
1 parent 8fba9d6 commit 6b70699Copy full SHA for 6b70699
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