X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/1147b83b22a073db2f81ea177f9caa12e727e249..d11bf9288e56023896067f7926bff5e4b39db96e:/lib-php/Phrase.php?ds=sidebyside 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;