ChangelogEntryType
Enum
backed by
string
Represents the supported Keep a Changelog entry categories.
Cases
Methods
fromInput()
: self
Resolves a user-provided category value to an enum case.
ordered()
: array<int, self>
Returns the changelog section ordering expected by the renderer.
Cases
Methods
Resolves a user-provided category value to an enum case.
public
static
fromInput(
string
$value) : self
Parameters
$value
:
string
Description
the raw category value
Return values
self
Description
the resolved changelog entry type
Returns the changelog section ordering expected by the renderer.
public
static
ordered() : array<int, self>
Return values
array<int, self>