From 6567896a3eabe9bc38ffb7e7b9a59fc72834bf25 Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Mon, 31 Oct 2016 10:07:17 -0400 Subject: [PATCH] Add a since phpdoc to WireInput::requestMethod() per processwire/processwire-issues#64 --- wire/core/WireInput.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wire/core/WireInput.php b/wire/core/WireInput.php index d1b6a494..a42f3bb4 100644 --- a/wire/core/WireInput.php +++ b/wire/core/WireInput.php @@ -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() {