@@ -256,7 +256,7 @@ |
||
256 | 256 | * @param string $additionalFilters |
257 | 257 | * @return SuggestQuery |
258 | 258 | */ |
259 | - protected function buildSuggestQuery(string $queryString ,string $additionalFilters) : SuggestQuery |
|
259 | + protected function buildSuggestQuery(string $queryString, string $additionalFilters) : SuggestQuery |
|
260 | 260 | { |
261 | 261 | $suggestQuery = GeneralUtility::makeInstance(SuggestQuery::class, $queryString); |
262 | 262 |
@@ -414,7 +414,7 @@ |
||
414 | 414 | $response->response->docs = []; |
415 | 415 | } |
416 | 416 | |
417 | - if($response === null) { |
|
417 | + if ($response === null) { |
|
418 | 418 | throw new SolrIncompleteResponseException('The response retrieved from solr was incomplete', 1505989678); |
419 | 419 | } |
420 | 420 |