mirror of
https://github.com/processwire/processwire.git
synced 2025-08-17 12:10:45 +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 string
|
||||
* @since 3.0.39
|
||||
*
|
||||
*/
|
||||
public function requestMethod() {
|
||||
|
Reference in New Issue
Block a user