Skip to content

Commit 6ae9f77

Browse files
author
Simonas Šerlinskas
committed
fix php psr2 style issues in the FunctionScore class
1 parent a8d0492 commit 6ae9f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Query/Compound/FunctionScoreQuery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function __construct(BuilderInterface $query, array $parameters = [])
4141
{
4242
$this->query = $query;
4343
$this->setParameters($parameters);
44-
}
44+
}
4545

4646
/**
4747
* Returns the query instance.

0 commit comments

Comments
 (0)