From 12565a59944218dfcd2bed80d2584645288c5634 Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Fri, 17 Jun 2011 20:02:39 +0000 Subject: [PATCH] Fix type in code doc from r82433 --- includes/parser/CoreParserFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { -- 2.20.1