Skip to content

Commit 873fefa

Browse files
DimionXgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 59c7e32 commit 873fefa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Search/Collapsing/Collapse.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
class Collapse implements DSLAware
1313
{
1414
public function __construct(
15-
private string $field,
16-
private array $innerHits = [],
15+
private string $field,
16+
private array $innerHits = [],
1717
) {
1818
Assert::stringNotEmpty(trim($field));
1919
}

0 commit comments

Comments
 (0)