mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
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:
commit
1d14f08b56
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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue