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

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) {
   ....
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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