summaryrefslogtreecommitdiffstats
path: root/system/libraries/Form_validation.php
diff options
context:
space:
mode:
authorSai Phaninder Reddy Jonnala <sai.jonnala@gopassport.com>2015-12-28 21:45:03 +0100
committerSai Phaninder Reddy Jonnala <sai.jonnala@gopassport.com>2015-12-28 21:45:03 +0100
commit0f13e09ebb153315539e1ff7f77698f2709996b5 (patch)
treeea90363015a92f18b664d6a0f84961f4cca04ffe /system/libraries/Form_validation.php
parent0951e58f94c970a03f8ac2d5cba31d122bfa948a (diff)
block comment formatting
Diffstat (limited to 'system/libraries/Form_validation.php')
-rw-r--r--system/libraries/Form_validation.php6
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)
{