Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Add types grouping and arrays shortcut #6

@pinepain

Description

@pinepain

At the moment to denote that some type is array of sth we have to use array() or array notation, so complex types annotation becomes array(foo), array(foo|native_object(bar)), which could be improved and cleaned up by using [] notation: [] (which is effectively the same as any[]), foo[], foo[]|bar[], (foo|bar)[] and so on.

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