Skip to content

add return type to Uploader #81

@tacman

Description

@tacman

Okay to add the return type?

    public function uploader()

    /**
     * Get an uploader with which to upload photos to (or replace photos on) Flickr.
     * @return Uploader
     */
    public function uploader(): Uploader // add the return type
    {
        return new Uploader($this);
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions