From: Andrew Garrett Date: Fri, 3 Nov 2006 22:33:46 +0000 (+0000) Subject: Documentation issues for wfMsgReal - convert incorrect usage of @return to @param... X-Git-Tag: 1.31.0-rc.0~55293 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=ed23a8bcb55f63193cb71368bf8b6bbaf63db8ff;p=lhc%2Fweb%2Fwiklou.git Documentation issues for wfMsgReal - convert incorrect usage of @return to @param; and add stub documentation for two undocumented paramters --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 4bc23e2a57..38d89fd658 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -375,9 +375,11 @@ function wfMsgNoDBForContent( $key ) { /** * Really get a message - * @return $key String: key to get. - * @return $args - * @return $useDB Boolean + * @param $key String: key to get. + * @param $args + * @param $useDB Boolean + * @param $transform Boolean: Whether or not to transform the message. + * @param $forContent Boolean * @return String: the requested message. */ function wfMsgReal( $key, $args, $useDB = true, $forContent=false, $transform = true ) {