summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-02-06 19:55:08 +0100
committerAndrey Andreev <narf@devilix.net>2015-02-06 19:55:08 +0100
commitcb28c896fe883a373a906d5c6ef8c71c0b2ae999 (patch)
treeb422f574aef10d94c862e049c4ac8749608bb5c2
parentea5f2ba309d591f53af9e72394b73c82ca91f381 (diff)
parentd02a69a4784db9248af43e51d9288e758a346f31 (diff)
Merge pull request #3576 from irfanevrens/patch-1
[ci skip] Docblock fix
-rw-r--r--system/core/Input.php2
1 files changed, 1 insertions, 1 deletions
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