mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-15 19:07:58 +00:00
remove visibility modifier from constants again
Only supported on PHP >= 7.1.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user