X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/c700421aa7a5509d096d6064379b2793ed191d69..cdfa31c390851487af59562b90bc451eee56664d:/lib/Phrase.php diff --git a/lib/Phrase.php b/lib/Phrase.php index 0fe1d313..b39079d9 100644 --- a/lib/Phrase.php +++ b/lib/Phrase.php @@ -9,7 +9,7 @@ namespace Nominatim; */ class Phrase { - CONST MAX_DEPTH = 7; + const MAX_DEPTH = 7; // Complete phrase as a string. private $sPhrase; @@ -113,4 +113,4 @@ class Phrase return $aResult; } -}; +}