We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be6017 commit 8730e29Copy full SHA for 8730e29
src/Concerns/ExtendsSort.php
@@ -9,7 +9,7 @@
9
/**
10
* @psalm-require-implements \Ensi\LaravelElasticQuery\Contracts\SortableQuery
11
*
12
- * @method static sortBy(string $field, string $order = SortOrder::ASC, ?string $mode = null, ?string $missingValues = null)
+ * @method static sortBy(string $field, string $order = SortOrder::ASC, ?string $mode = null, ?string $missingValues = null, ?string $unmappedType = null)
13
*/
14
trait ExtendsSort
15
{
0 commit comments