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 2 years ago committed by GitHub
commit 1d14f08b56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save