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.
Closed
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
Labels
No labels