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

Adjust docs to the same as the implementation
This commit is contained in:
Joas Schilling 2022-05-24 06:52:53 +02:00 committed by GitHub
commit 1d14f08b56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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