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 1073f7e commit fdbce59Copy full SHA for fdbce59
src/Search/Collapsing/Collapse.php
@@ -7,7 +7,8 @@
7
8
class Collapse implements DSLAware
9
{
10
- public function __construct(private string $field) {
+ public function __construct(private string $field)
11
+ {
12
Assert::stringNotEmpty(trim($field));
13
}
14
0 commit comments