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
path: root/lib
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-05-23 13:56:47 +0300
committerJoas Schilling <coding@schilljs.com>2022-05-23 13:56:47 +0300
commitbe4faebc4720e0824396ba0a47e65e168097e802 (patch)
tree1eaacc7e79b686548709909ad1d1152e0bac88c1 /lib
parent8d599c341023c5fe850da9bdbc3807a277a61151 (diff)
Adjust docs to the same as the implementationfollowup/32378/adjust-docs-on-interface
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/public/DB/QueryBuilder/IQueryBuilder.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/DB/QueryBuilder/IQueryBuilder.php b/lib/public/DB/QueryBuilder/IQueryBuilder.php
index 9b074db563e..218b7d8cb2d 100644
--- a/lib/public/DB/QueryBuilder/IQueryBuilder.php
+++ b/lib/public/DB/QueryBuilder/IQueryBuilder.php
@@ -820,7 +820,7 @@ interface IQueryBuilder {
* Specifies an ordering for the query results.
* Replaces any previously specified orderings, if any.
*
- * @param string|IQueryFunction $sort The ordering expression.
+ * @param string|IQueryFunction|ILiteral|IParameter $sort The ordering expression.
* @param string $order The ordering direction.
*
* @return $this This QueryBuilder instance.