Skip to content

Commit fc8844e

Browse files
committed
1 parent 8fe1e69 commit fc8844e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Html/Options/HasFeatures.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,12 @@ public function lengthChange(bool $value = true): static
6868
/**
6969
* Set ordering option value.
7070
*
71+
* @param bool|array{indicators: bool, handler: bool} $value
7172
* @return $this
7273
*
7374
* @see https://datatables.net/reference/option/ordering
7475
*/
75-
public function ordering(bool $value = true): static
76+
public function ordering(bool|array $value = true): static
7677
{
7778
$this->attributes['ordering'] = $value;
7879

0 commit comments

Comments
 (0)