Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Missing support of built-in type ANY #156

Closed
martin-georgiev opened this issue Aug 3, 2019 · 0 comments
Closed

Missing support of built-in type ANY #156

martin-georgiev opened this issue Aug 3, 2019 · 0 comments

Comments

@martin-georgiev
Copy link
Collaborator

martin-georgiev commented Aug 3, 2019

ApiDefinition lists the built-in types, however, the root ANY type is omitted there.

Offending code:

    public static function getStraightForwardTypes()
    {
        return [
            'time-only',
            'datetime',
            'datetime-only',
            'date-only',
            'number',
            'integer',
            'boolean',
            'string',
            'null',
            'nil',
            'file',
            'array',
            'object',
            'any', # <-- is missing
        ];
    }
martin-georgiev added a commit that referenced this issue Aug 3, 2019
@martin-georgiev martin-georgiev changed the title No support of built-in type ANY Missing support of built-in type ANY Aug 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant