summaryrefslogtreecommitdiffstats
path: root/system/core/Input.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/core/Input.php')
-rwxr-xr-xsystem/core/Input.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Input.php b/system/core/Input.php
index 79910890e..5a4659a5a 100755
--- a/system/core/Input.php
+++ b/system/core/Input.php
@@ -707,7 +707,7 @@ class CI_Input {
* Return the Request Method
*
* @param bool uppercase or lowercase
- * @return mixed
+ * @return bool
*/
public function method($upper = FALSE)
{