Skip to content

Commit

Permalink
style: Line exceeds maximum limit of 80 characters
Browse files Browse the repository at this point in the history
  • Loading branch information
sitepark-veltrup committed May 15, 2024
1 parent 5a81581 commit 53c66f5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/Service/Search/SolrSearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,13 @@ private function addSortToSolrQuery(
private function addRequiredFieldListToSolrQuery(
SolrSelectQuery $solrQuery
): void {
$solrQuery->setFields(['url', 'title', 'description', 'sp_id', 'sp_objecttype']);
$solrQuery->setFields([
'url',
'title',
'description',
'sp_id',
'sp_objecttype'
]);
}

private function addTextFilterToSolrQuery(
Expand Down

0 comments on commit 53c66f5

Please sign in to comment.