From: Max Semenik Date: Fri, 17 Jun 2011 20:02:39 +0000 (+0000) Subject: Fix type in code doc from r82433 X-Git-Tag: 1.31.0-rc.0~29457 X-Git-Url: http://git.cyclocoop.org/data/%24self?a=commitdiff_plain;h=12565a59944218dfcd2bed80d2584645288c5634;p=lhc%2Fweb%2Fwiklou.git Fix type in code doc from r82433 --- diff --git a/includes/parser/CoreParserFunctions.php b/includes/parser/CoreParserFunctions.php index 1710837597..faabcb61f9 100644 --- a/includes/parser/CoreParserFunctions.php +++ b/includes/parser/CoreParserFunctions.php @@ -269,7 +269,7 @@ class CoreParserFunctions { /** * @param $parser Parser - * @param $user User + * @param $user string * @return */ static function gender( $parser, $user ) {