X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/c700421aa7a5509d096d6064379b2793ed191d69..63f53beb972ef51cc0c0c6ecc3c134e7d4cb6284:/lib/Phrase.php?ds=sidebyside 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; } -}; +}