mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
fix cs
This commit is contained in:
@@ -109,7 +109,7 @@ class ThirdPartyApiSearch implements SearchApiInterface
|
||||
}
|
||||
|
||||
$query
|
||||
->setSelectPertinence(implode(' + ', $pertinence).' + 1', array_merge(
|
||||
->setSelectPertinence(implode(' + ', $pertinence) . ' + 1', array_merge(
|
||||
[],
|
||||
...$pertinenceArgs
|
||||
))
|
||||
|
Reference in New Issue
Block a user