From 841d869cc567abf7e1d0acde1ea59667fd1d5def Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Fri, 17 Apr 2009 19:03:46 +0000 Subject: [PATCH] Fix for r49493: use correct doxygen's @param syntax --- includes/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/User.php b/includes/User.php index 8ab9b40ea8..c1d266433b 100644 --- a/includes/User.php +++ b/includes/User.php @@ -2145,7 +2145,7 @@ class User { /** * Get the current skin, loading it if required, and setting a title - * @param Title $t The title to use in the skin + * @param $t Title: the title to use in the skin * @return Skin The current skin * @todo FIXME : need to check the old failback system [AV] */ -- 2.20.1