Set explicit visibility on class constants
This commit is contained in:
@@ -11,9 +11,9 @@ declare(strict_types = 1);
|
||||
*/
|
||||
final class MDObjectStatusSet extends MDValueSet {
|
||||
|
||||
const DEFAULT_OBJECT_STATUS = 'owned';
|
||||
public const DEFAULT_OBJECT_STATUS = 'owned';
|
||||
|
||||
const OBJECT_STATUS = [
|
||||
public const OBJECT_STATUS = [
|
||||
'owned',
|
||||
'permanent_loan',
|
||||
'third_party_property',
|
||||
|
Reference in New Issue
Block a user