@@ -175,7 +175,7 @@ |
||
175 | 175 | * This methods sets the page argument to an expected positive integer value in the arguments array. |
176 | 176 | * |
177 | 177 | * @param array $arguments |
178 | - * @return array |
|
178 | + * @return integer |
|
179 | 179 | */ |
180 | 180 | protected function adjustPageArgumentToPositiveInteger(array $arguments) |
181 | 181 | { |
@@ -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 |
@@ -421,7 +421,7 @@ |
||
421 | 421 | |
422 | 422 | } |
423 | 423 | |
424 | - if($response === null) { |
|
424 | + if ($response === null) { |
|
425 | 425 | throw new SolrIncompleteResponseException('The response retrieved from solr was incomplete', 1505989678); |
426 | 426 | } |
427 | 427 |