Skip to content
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 opened this issue Nov 17, 2012 · 0 comments
Closed

Request isPatch() docblock missing asterisk #2993

imkingdavid opened this issue Nov 17, 2012 · 0 comments

Comments

@imkingdavid
Copy link
Contributor

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.

@Maks3w Maks3w closed this as completed in 742091e Nov 17, 2012
gianarb pushed a commit to zendframework/zend-http that referenced this issue May 15, 2015
gianarb pushed a commit to zendframework/zend-http that referenced this issue May 15, 2015
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

2 participants