comment fix
diff --git a/system/core/Input.php b/system/core/Input.php
index 7991089..5a4659a 100755
--- a/system/core/Input.php
+++ b/system/core/Input.php
@@ -707,7 +707,7 @@
 	 * Return the Request Method
 	 *
 	 * @param	bool	uppercase or lowercase
-	 * @return 	mixed
+	 * @return 	bool
 	 */
 	public function method($upper = FALSE)
 	{