Set explicit visibility on class constants
This commit is contained in:
@ -11,9 +11,9 @@ declare(strict_types = 1);
|
||||
*/
|
||||
final class MDLoanTypesSet extends MDValueSet {
|
||||
|
||||
const DEFAULT_LOAN_TYPE = 'outgoing';
|
||||
public const DEFAULT_LOAN_TYPE = 'outgoing';
|
||||
|
||||
const LOAN_TYPES = [
|
||||
public const LOAN_TYPES = [
|
||||
'outgoing',
|
||||
'incoming',
|
||||
];
|
||||
|
Reference in New Issue
Block a user