commit | 5b662e4e7f3b47f658d2692f0b073da6a9c8a2e7 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Thu Jan 29 00:13:54 2015 +0200 |
committer | Andrey Andreev <narf@devilix.net> | Thu Jan 29 00:13:54 2015 +0200 |
tree | b746cf45da8f7e61143b8a389779c718a372b82e | |
parent | 77dab99e46f1f75a4238b832801ede3b51f7061c [diff] |
[ci skip] Correct a docblock following PR #3521
diff --git a/system/libraries/Form_validation.php b/system/libraries/Form_validation.php index cfb13ae..f161b40 100644 --- a/system/libraries/Form_validation.php +++ b/system/libraries/Form_validation.php
@@ -1452,7 +1452,7 @@ * Value should be within an array of values * * @param string - * @param array + * @param string * @return bool */ public function in_list($value, $list)