]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/Phrase.php
fix CodeSniffer offences
[nominatim.git] / lib / Phrase.php
index 0fe1d3132ce6f8346fa7fdac77ced5379e877f3b..b39079d94eafc38ddf11f08a1d2732053d5fd455 100644 (file)
@@ -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;
     }
-};
+}