X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/b8ebc169b104dae171731288a5a8a7b569d22530..b24828ca2427ae8caa475cdb7a028a20d4073fe4:/lib/Phrase.php?ds=sidebyside diff --git a/lib/Phrase.php b/lib/Phrase.php index 2e90537e..e2643e87 100644 --- a/lib/Phrase.php +++ b/lib/Phrase.php @@ -9,8 +9,8 @@ namespace Nominatim; */ class Phrase { - public const MAX_WORDSET_LEN = 20; - public const MAX_WORDSETS = 100; + const MAX_WORDSET_LEN = 20; + const MAX_WORDSETS = 100; // Complete phrase as a string. private $sPhrase;