Skip to content

FileLibrary.php findFile insufficient docblock #286

@HenriVesala

Description

@HenriVesala
    /**
     * @param mixed $id
     * @return File
     */
    public function findFile($id)
    {
        return $this->getFileRepository()->find($id);
    }

missing possible boolean return value in docblock.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions