Skip to content

Commit d779247

Browse files
committed
Fix coding style
1 parent 05ada90 commit d779247

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Classes/Service/SolrServiceProvider.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -420,9 +420,9 @@ protected function addHighlighting(array $arguments): void
420420
$queryArguments = $queryParameters[$fieldID];
421421
$queryTerms = null;
422422
if (is_array($queryArguments) && array_key_exists(
423-
'alternate',
424-
$queryArguments
425-
) && array_key_exists('queryAlternate', $fieldInfo)
423+
'alternate',
424+
$queryArguments
425+
) && array_key_exists('queryAlternate', $fieldInfo)
426426
) {
427427
if (array_key_exists('term', $queryArguments)) {
428428
$queryTerms = $queryArguments['term'];

0 commit comments

Comments
 (0)