Skip to content

Commit 355be52

Browse files
committed
fix psr style issues
1 parent 814c3dd commit 355be52

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/Query/Compound/FunctionScoreQuery.php

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,13 @@ public function getQuery()
6363
* @param mixed $missing
6464
* @return $this
6565
*/
66-
public function addFieldValueFactorFunction($field, $factor, $modifier = 'none', BuilderInterface $query = null, $missing = null)
67-
{
66+
public function addFieldValueFactorFunction(
67+
$field,
68+
$factor,
69+
$modifier = 'none',
70+
BuilderInterface $query = null,
71+
$missing = null
72+
) {
6873
$function = [
6974
'field_value_factor' => array_filter([
7075
'field' => $field,

0 commit comments

Comments
 (0)