The manual for UnitEnum currently shows:
class UnitEnum {
/* Methods */
abstract public static cases(): array
}
When it should be:
interface UnitEnum {
/* Methods */
public static cases(): array
}
Sorry for not sending a PR, I'm still struggling with getting the doc build locally.
The manual for UnitEnum currently shows:
When it should be:
Sorry for not sending a PR, I'm still struggling with getting the doc build locally.