Skip to content

[Unit|Backed]Enum is an interface #1135

@BenMorel

Description

@BenMorel

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions