Skip to content

Commit 03642c3

Browse files
gkarkavingithub-actions[bot]
authored andcommitted
Fix styling
1 parent c6e9495 commit 03642c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Search/Collapsing/Collapse.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77

88
class Collapse implements DSLAware
99
{
10-
public function __construct(private string $field) {
10+
public function __construct(private string $field)
11+
{
1112
Assert::stringNotEmpty(trim($field));
1213
}
1314

0 commit comments

Comments
 (0)