From d02a69a4784db9248af43e51d9288e758a346f31 Mon Sep 17 00:00:00 2001 From: İrfan Evrens Date: Fri, 6 Feb 2015 20:53:22 +0200 Subject: a tiny change --- system/core/Input.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/core') diff --git a/system/core/Input.php b/system/core/Input.php index 72425c1c1..fae3b6c08 100644 --- a/system/core/Input.php +++ b/system/core/Input.php @@ -702,7 +702,7 @@ class CI_Input { * only named with alpha-numeric text and a few other items. * * @param string $str Input string - * @param string $fatal Whether to terminate script exection + * @param bool $fatal Whether to terminate script exection * or to return FALSE if an invalid * key is encountered * @return string|bool -- cgit v1.2.3-24-g4f1b