X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/4ae5ba7fc4a3451c806d89a583158412ea26bd01..b2df8e478a51ef2264efd63339f8356bd835bff5:/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;