Merge pull request #32554 from nextcloud/followup/32378/adjust-docs-on-interface

Adjust docs to the same as the implementation
pull/32563/head^2
Joas Schilling 2022-05-24 06:52:53 +07:00 committed by GitHub
commit 1d14f08b56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

@ -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.