Passed
Pull Request — master (#1638)
by Timo
04:21
created
Classes/Domain/Search/Suggest/SuggestService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -256,7 +256,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
Classes/Domain/Search/ResultSet/SearchResultSetService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -414,7 +414,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.