Passed
Pull Request — master (#1638)
by Timo
04:08
created
Classes/Domain/Search/Suggest/SuggestService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -263,7 +263,7 @@
 block discarded – undo
263 263
      * @param string $additionalFilters
264 264
      * @return SuggestQuery
265 265
      */
266
-    protected function buildSuggestQuery(string $queryString , string $additionalFilters) : SuggestQuery
266
+    protected function buildSuggestQuery(string $queryString, string $additionalFilters) : SuggestQuery
267 267
     {
268 268
         $suggestQuery = GeneralUtility::makeInstance(SuggestQuery::class, $queryString);
269 269
 
Please login to merge, or discard this patch.