Skip to content
Snippets Groups Projects
Unverified Commit 355be52c authored by Simonas Šerlinskas's avatar Simonas Šerlinskas
Browse files

fix psr style issues

parent 814c3dd9
No related branches found
No related tags found
No related merge requests found
......@@ -63,8 +63,13 @@ class FunctionScoreQuery implements BuilderInterface
* @param mixed $missing
* @return $this
*/
public function addFieldValueFactorFunction($field, $factor, $modifier = 'none', BuilderInterface $query = null, $missing = null)
{
public function addFieldValueFactorFunction(
$field,
$factor,
$modifier = 'none',
BuilderInterface $query = null,
$missing = null
) {
$function = [
'field_value_factor' => array_filter([
'field' => $field,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment