Skip to content
This repository was archived by the owner on Sep 17, 2019. It is now read-only.
This repository was archived by the owner on Sep 17, 2019. It is now read-only.

type hinting with enums #3

Open
@olivernybroe

Description

@olivernybroe

So in the documentation it says that there is enum support, however can we also use these enums for type hinting?

Example

enum Direction {
    Up = 'up',
    Down = 'down'
}

function move(Direction $direction) {
   ....
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    rfcNew proposal

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions