summaryrefslogtreecommitdiffstats
path: root/system/libraries/Form_validation.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-01-28 23:13:54 +0100
committerAndrey Andreev <narf@devilix.net>2015-01-28 23:13:54 +0100
commit5b662e4e7f3b47f658d2692f0b073da6a9c8a2e7 (patch)
treeb746cf45da8f7e61143b8a389779c718a372b82e /system/libraries/Form_validation.php
parent77dab99e46f1f75a4238b832801ede3b51f7061c (diff)
[ci skip] Correct a docblock following PR #3521
Diffstat (limited to 'system/libraries/Form_validation.php')
-rw-r--r--system/libraries/Form_validation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Form_validation.php b/system/libraries/Form_validation.php
index cfb13ae2e..f161b40e7 100644
--- a/system/libraries/Form_validation.php
+++ b/system/libraries/Form_validation.php
@@ -1452,7 +1452,7 @@ class CI_Form_validation {
* Value should be within an array of values
*
* @param string
- * @param array
+ * @param string
* @return bool
*/
public function in_list($value, $list)