TASK: Fix indentation

This commit is contained in:
Daniel Siepmann 2017-08-15 08:30:23 +02:00
parent bd8ed737e2
commit f311357d0e
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -150,8 +150,8 @@ class QueryFactory
'query' => [ 'query' => [
'bool' => [ 'bool' => [
'should' => $boostQueryParts, 'should' => $boostQueryParts,
], ],
], ],
]); ]);
} }
@ -165,7 +165,7 @@ class QueryFactory
'function_score' => [ 'function_score' => [
'query' => $query['query'], 'query' => $query['query'],
'field_value_factor' => $this->configuration->get('searching.fieldValueFactor'), 'field_value_factor' => $this->configuration->get('searching.fieldValueFactor'),
], ],
]; ];
} catch (InvalidArgumentException $e) { } catch (InvalidArgumentException $e) {
return; return;