Set explicit visibility on class constants
This commit is contained in:
@ -14,7 +14,7 @@ declare(strict_types = 1);
|
||||
*/
|
||||
final class MDResearchStatusSet extends MDValueSet {
|
||||
|
||||
const RESEARCH_STATUS = [
|
||||
public const RESEARCH_STATUS = [
|
||||
'bad',
|
||||
'medium',
|
||||
'good',
|
||||
|
Reference in New Issue
Block a user