From 5b662e4e7f3b47f658d2692f0b073da6a9c8a2e7 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Thu, 29 Jan 2015 00:13:54 +0200 Subject: [ci skip] Correct a docblock following PR #3521 --- system/libraries/Form_validation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/libraries/Form_validation.php') 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) -- cgit v1.2.3-24-g4f1b