mirror of
https://github.com/processwire/processwire.git
synced 2025-08-24 07:13:08 +02:00
Add a since phpdoc to WireInput::requestMethod() per processwire/processwire-issues#64
This commit is contained in:
@@ -587,6 +587,7 @@ class WireInput extends Wire {
|
|||||||
* Return the current request method (i.e. GET, POST) or blank if not known
|
* Return the current request method (i.e. GET, POST) or blank if not known
|
||||||
*
|
*
|
||||||
* @return string
|
* @return string
|
||||||
|
* @since 3.0.39
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public function requestMethod() {
|
public function requestMethod() {
|
||||||
|
Reference in New Issue
Block a user