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.
2 parents 4a9ea5b + c7f24cd commit a12004aCopy full SHA for a12004a
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