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

getFiles() docblock error #114

@robjchan

Description

@robjchan

The docblock for getFiles() is documented as returning a string

@return string

however if a link is requested it returns an instance of FileResponse().

This causes PHP Intelephense to display : Expected type 'object'. Found 'string'.

I suspect the docblock should be

@return mixed

Metadata

Metadata

Assignees

No one assigned

    Labels

    legacyRelated to legacy, non-OpenAPI SDK

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions