summaryrefslogtreecommitdiffstats
path: root/lib/public/DB/QueryBuilder
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-11-15 19:06:36 +0100
committerJoas Schilling <coding@schilljs.com>2021-11-15 19:07:11 +0100
commit96c8e0dad3221c11c98fc08f2c2d20a52cc643ba (patch)
tree30f97c7df26f3546e9e5c6f93c11a11c0d0f10c0 /lib/public/DB/QueryBuilder
parent8eed4bed72779a5d3aa06f298263cb37fd9fa8fa (diff)
downloadnextcloud-server-96c8e0dad3221c11c98fc08f2c2d20a52cc643ba.tar.gz
nextcloud-server-96c8e0dad3221c11c98fc08f2c2d20a52cc643ba.zip
Apply changes from master's update to 3.1.3
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/public/DB/QueryBuilder')
-rw-r--r--lib/public/DB/QueryBuilder/IQueryBuilder.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/public/DB/QueryBuilder/IQueryBuilder.php b/lib/public/DB/QueryBuilder/IQueryBuilder.php
index fcba00b92b3..702216e0309 100644
--- a/lib/public/DB/QueryBuilder/IQueryBuilder.php
+++ b/lib/public/DB/QueryBuilder/IQueryBuilder.php
@@ -265,9 +265,9 @@ interface IQueryBuilder {
/**
* Gets the position of the first result the query object was set to retrieve (the "offset").
- * Returns NULL if {@link setFirstResult} was not applied to this QueryBuilder.
+ * Returns 0 if {@link setFirstResult} was not applied to this QueryBuilder.
*
- * @return integer The position of the first result.
+ * @return int The position of the first result.
* @since 8.2.0
*/
public function getFirstResult();