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 4a9ea5b commit c7f24cdCopy full SHA for c7f24cd
src/Search/Sorting/Sort.php
@@ -20,7 +20,6 @@ public function __construct(
20
Assert::stringNotEmpty(trim($field));
21
Assert::oneOf($order, SortOrder::cases());
22
Assert::nullOrOneOf($mode, SortMode::cases());
23
- Assert::nullOrOneOf($missingValues, MissingValuesMode::cases());
24
}
25
26
public function field(): string
0 commit comments