diff options
author | Sai Phaninder Reddy Jonnala <sai.jonnala@gopassport.com> | 2015-12-28 21:45:03 +0100 |
---|---|---|
committer | Sai Phaninder Reddy Jonnala <sai.jonnala@gopassport.com> | 2015-12-28 21:45:03 +0100 |
commit | 0f13e09ebb153315539e1ff7f77698f2709996b5 (patch) | |
tree | ea90363015a92f18b664d6a0f84961f4cca04ffe /system/libraries | |
parent | 0951e58f94c970a03f8ac2d5cba31d122bfa948a (diff) |
block comment formatting
Diffstat (limited to 'system/libraries')
-rw-r--r-- | system/libraries/Form_validation.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/libraries/Form_validation.php b/system/libraries/Form_validation.php index a34694bfe..c37a73418 100644 --- a/system/libraries/Form_validation.php +++ b/system/libraries/Form_validation.php @@ -839,9 +839,9 @@ class CI_Form_validation { /** * Get the error message for the rule * - * @param string the rule name. - * @param array - * @return string + * @param string the rule name. + * @param array + * @return string */ private function _get_raw_error_message($rule_name, $row) { |