mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 15:06:06 +00:00
type fix
This commit is contained in:
@@ -112,12 +112,10 @@ trait SelectingBuilderTrait
|
||||
* * `order([$expr1, $expr2, ...])
|
||||
* * `order(string $expression, string $direction)
|
||||
*
|
||||
* @param Order|Order[]|Expression|string $orderBy
|
||||
* @param Order|Order[]|Expression|string|array<int, string[]>|string[] $orderBy
|
||||
* An attribute to order by or an array or order items.
|
||||
* Passing an array will reset a previously set order.
|
||||
* @param string|bool|null $direction OrderExpression::ASC|OrderExpression::DESC.
|
||||
*
|
||||
* @phpstan-param Order|Order[]|Expression|string|array<int, string[]>|string[] $orderBy
|
||||
*/
|
||||
public function order($orderBy, $direction = null): self
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user