Passed
Pull Request — master (#1638)
by Timo
04:44
created
Classes/Domain/Search/Suggest/SuggestService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
89 89
 
90 90
         $suggestions = $this->getSuggestionArray($solrSuggestions, $maxSuggestions);
91 91
 
92
-        if(!$buildTopResults) {
92
+        if (!$buildTopResults) {
93 93
             return $this->getResultArray($searchRequest, $suggestions, [], false);
94 94
         }
95 95
 
Please login to merge, or discard this patch.