Skip to content

Commit 693f0af

Browse files
authored
Merge pull request #24 from ensi-platform/v0-remove-missingValues-check
remove missingValues check
2 parents 4ac2aea + afdc699 commit 693f0af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Search/Sorting/Sort.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ public function __construct(
2020
Assert::stringNotEmpty(trim($field));
2121
Assert::oneOf($order, SortOrder::cases());
2222
Assert::nullOrOneOf($mode, SortMode::cases());
23-
Assert::nullOrOneOf($missingValues, MissingValuesMode::cases());
2423
}
2524

2625
public function field(): string

0 commit comments

Comments
 (0)