Passed
Pull Request — master (#1638)
by Timo
06:22
created
Classes/Domain/Search/Suggest/SuggestService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
     /**
75 75
      * @param SearchRequest $searchRequest
76 76
      * @param string $additionalFilters
77
-     * @return array
77
+     * @return string
78 78
      */
79 79
     public function getSuggestions(SearchRequest $searchRequest, $additionalFilters) {
80 80
         $solrSuggestions = $this->getSolrSuggestions($searchRequest, $additionalFilters);
Please login to merge, or discard this patch.
Classes/Controller/AbstractBaseController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -225,7 +225,7 @@
 block discarded – undo
225 225
      */
226 226
     protected function getSearchRequestBuilder()
227 227
     {
228
-        if($this->searchRequestBuilder === null) {
228
+        if ($this->searchRequestBuilder === null) {
229 229
             $this->searchRequestBuilder = GeneralUtility::makeInstance(SearchRequestBuilder::class, $this->typoScriptConfiguration);
230 230
         }
231 231
 
Please login to merge, or discard this patch.