commit | 22cd38b2752cff83a07a12ff0662c3c841933e53 | [log] [tgz] |
---|---|---|
author | Derek Allard <derek.allard@ellislab.com> | Tue Jan 22 19:45:03 2008 +0000 |
committer | Derek Allard <derek.allard@ellislab.com> | Tue Jan 22 19:45:03 2008 +0000 |
tree | f6e7a80f1419e1954bba9d50aceaa447143aebac | |
parent | 20460a6001f75c599aa3f4df1cf79b42ee2eb102 [diff] |
changed a code comment param int to param string
diff --git a/system/libraries/Validation.php b/system/libraries/Validation.php index a3ce980..08397ec 100644 --- a/system/libraries/Validation.php +++ b/system/libraries/Validation.php
@@ -547,7 +547,7 @@ * Numeric * * @access public - * @param int + * @param string * @return bool */ function numeric($str)