Set explicit visibility on class constants
This commit is contained in:
@ -14,11 +14,11 @@ enum MDInstitutionExternalIdRepository implements MDValueEnumInterface, JsonSeri
|
||||
|
||||
case hu_ksh; // https://en.wikipedia.org/wiki/Hungarian_Central_Statistical_Office
|
||||
|
||||
const VALIDATION_PATTERN_HTML = [
|
||||
private const VALIDATION_PATTERN_HTML = [
|
||||
'hu_ksh' => '[0-9]{8}-[0-9]{4}-[0-9]{3}-[0-9]{2}',
|
||||
];
|
||||
|
||||
const VALIDATION_PATTERN_PHP = [
|
||||
private const VALIDATION_PATTERN_PHP = [
|
||||
'hu_ksh' => '/^[0-9]{8}-[0-9]{4}-[0-9]{3}-[0-9]{2}$/',
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user