Skip to content

Commit 5fd20fc

Browse files
committed
*fix - cs (lint)
1 parent 9901806 commit 5fd20fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Query/MatchQuery.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ public function __construct(
1818
?string $analyzer = null,
1919
?string $operator = null,
2020
?string $minimumShouldMatch = null
21-
)
22-
{
21+
) {
2322
parent::__construct($field, $query, $analyzer);
2423

2524
$this->operator = $operator;

src/Query/RankFeatureQuery.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ class RankFeatureQuery implements QueryInterface
1313
use HasField;
1414
use HasBoost;
1515

16-
public function __construct(string $field, ?float $boost = null) {
16+
public function __construct(string $field, ?float $boost = null)
17+
{
1718
$this->field = $field;
1819
$this->boost = $boost;
1920
}

0 commit comments

Comments
 (0)