]> source.dussan.org Git - nextcloud-server.git/commitdiff
Adjust docs to the same as the implementation 32554/head
authorJoas Schilling <coding@schilljs.com>
Mon, 23 May 2022 10:56:47 +0000 (12:56 +0200)
committerJoas Schilling <coding@schilljs.com>
Mon, 23 May 2022 10:56:47 +0000 (12:56 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
lib/public/DB/QueryBuilder/IQueryBuilder.php

index 9b074db563ed3b4856f2cb9518a86d91b7e7d753..218b7d8cb2d6cf8ff0ab9c0bb97f0042ed45aef1 100644 (file)
@@ -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.