X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/4ae5ba7fc4a3451c806d89a583158412ea26bd01..b18d042832bed3639314168fc64bf9928ef76fcd:/lib-php/Phrase.php diff --git a/lib-php/Phrase.php b/lib-php/Phrase.php index cdde6134..4307a230 100644 --- a/lib-php/Phrase.php +++ b/lib-php/Phrase.php @@ -9,7 +9,8 @@ namespace Nominatim; */ class Phrase { - // Complete phrase as a string. + // Complete phrase as a string (guaranteed to have no leading or trailing + // spaces). private $sPhrase; // Element type for structured searches. private $sPhraseType;