]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/SearchDescription.php
fix CodeSniffer offences
[nominatim.git] / lib / SearchDescription.php
index 1325a46335396401e975e72232440b3cf41d7be9..eba5f6a93262e4cf0f50d8a262832158935c5897 100644 (file)
@@ -319,11 +319,11 @@ class SearchDescription
     /**
      * Derive new searches by adding a partial term to the existing search.
      *
-     * @param mixed[] $aSearchTerm          Description of the token.
-     * @param bool    $bStructuredPhrases   True if the search is structured.
-     * @param integer $iPhrase              Number of the phrase the token is in.
-     * @param array[] $aFullTokens          List of full term tokens with the
-     *                                      same name.
+     * @param mixed[] $aSearchTerm        Description of the token.
+     * @param bool    $bStructuredPhrases True if the search is structured.
+     * @param integer $iPhrase            Number of the phrase the token is in.
+     * @param array[] $aFullTokens        List of full term tokens with the
+     *                                    same name.
      *
      * @return SearchDescription[] List of derived search descriptions.
      */