]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/Phrase.php
remove visibility modifier from constants again
[nominatim.git] / lib / Phrase.php
index 2e90537e10c48c447fe450da388e8fef8adb5d52..e2643e878ed40a3bb22533600603647418e98011 100644 (file)
@@ -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;