- Issue created by @kim.pepper
Follow up to
π
Create enums for RequirementSeverity and RequirementPhase
Active
We created a RequirementSeverity::status()
method so we could use the same array keys as strings. However, we should convert the array keys to the int values (i.e. RequirementSeverity::value
) and deprecate this ::status()
method.
Active
11.0 π₯
extension system