mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
fix CodeSniffer offences
This commit is contained in:
@@ -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;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user