Adjust docs to the same as the implementation

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/32554/head
Joas Schilling 2 years ago
parent 8d599c3410
commit be4faebc47
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA

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