Set explicit visibility on class constants
This commit is contained in:
@@ -11,7 +11,7 @@ declare(strict_types = 1);
|
||||
*/
|
||||
final class MDCloserLocationTypesSet extends MDValueSet {
|
||||
|
||||
const CLOSER_LOCATION_TYPES = [
|
||||
public const CLOSER_LOCATION_TYPES = [
|
||||
"0", // ''
|
||||
"1", // Place of recording
|
||||
"2", // Place of finding
|
||||
|
Reference in New Issue
Block a user