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

Request isPatch() docblock missing asterisk #2993

Closed
@imkingdavid

Description

The docblock for the isPatch() method of Request is missing an asterisk:

    /*
     * Is this a PATCH method request?
     *
     * @return bool
     */

Should be:

    /**
     * Is this a PATCH method request?
     *
     * @return bool
     */

I'll submit a PR.

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