MDL-30194 - Lib - Fixing phpdoc for clean_param

This commit is contained in:
Jason Fowler
2011-11-09 14:56:57 +08:00
parent 919e659ba6
commit 3cbecebfa4
+1 -1
View File
@@ -548,7 +548,7 @@ function validate_param($param, $type, $allownull=NULL_NOT_ALLOWED, $debuginfo='
* </code>
*
* @param mixed $param the variable we are cleaning
* @param int $type expected format of param after cleaning.
* @param string $type expected format of param after cleaning.
* @return mixed
*/
function clean_param($param, $type) {