summaryrefslogtreecommitdiffstats
path: root/system/core/Input.php
diff options
context:
space:
mode:
authorMichiel Vugteveen <michiel@it-can.nl>2012-03-07 20:49:06 +0100
committerMichiel Vugteveen <michiel@it-can.nl>2012-03-07 20:49:06 +0100
commit7c8841f7b2fca5822e05b5d3044c748e07c800e4 (patch)
tree995fa3f4cbd7b0af6629e4b177060ae9244143d8 /system/core/Input.php
parent704fb1697f0db2369a9395c362c931999c8831f1 (diff)
comment fix
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)
{