Skip to content

Commit 8730e29

Browse files
authored
Update ExtendsSort.php
1 parent 6be6017 commit 8730e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Concerns/ExtendsSort.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/**
1010
* @psalm-require-implements \Ensi\LaravelElasticQuery\Contracts\SortableQuery
1111
*
12-
* @method static sortBy(string $field, string $order = SortOrder::ASC, ?string $mode = null, ?string $missingValues = null)
12+
* @method static sortBy(string $field, string $order = SortOrder::ASC, ?string $mode = null, ?string $missingValues = null, ?string $unmappedType = null)
1313
*/
1414
trait ExtendsSort
1515
{

0 commit comments

Comments
 (0)