Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2021-11-15 22:00:59 +0300
committerGitHub <noreply@github.com>2021-11-15 22:00:59 +0300
commitb5b3a8aa9000bb12c19258804d66a4903424ee2f (patch)
treeb923bbf9c1c1e6d975fced46b41a4813d054f621 /lib/public/IDBConnection.php
parente302e3566c7676077643a8a5e532a41693fe121b (diff)
parent3709a8182a930ef336c8a0dc988385206d9319bf (diff)
Merge pull request #29717 from nextcloud/bump-doctrine-dbal-22
Diffstat (limited to 'lib/public/IDBConnection.php')
-rw-r--r--lib/public/IDBConnection.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/public/IDBConnection.php b/lib/public/IDBConnection.php
index cedf0429869..2fa7fa1ad36 100644
--- a/lib/public/IDBConnection.php
+++ b/lib/public/IDBConnection.php
@@ -86,8 +86,8 @@ interface IDBConnection {
/**
* Used to abstract the ownCloud database access away
* @param string $sql the sql query with ? placeholder for params
- * @param int $limit the maximum number of rows
- * @param int $offset from which row we want to start
+ * @param int|null $limit the maximum number of rows
+ * @param int|null $offset from which row we want to start
* @return IPreparedStatement The prepared statement.
* @since 6.0.0
* @throws Exception since 21.0.0