Skip to content

Commit

Permalink
SearchEndpoint: Fix codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek committed Apr 5, 2021
1 parent 145e6d8 commit 6d7a857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Search/CmsGlobalSearchEndpoint.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function actionDefault(string $query): void
$searchResult = $this->searchAccessor->get()->search(
query: $query,
entityMap: $entityMap,
useAnalytics: false
useAnalytics: false,
);

$results = [];
Expand Down

0 comments on commit 6d7a857

Please sign in to comment.