Passed
Pull Request — master (#1674)
by Rafael
13:25
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
@@ -421,7 +421,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.