From: Alexandre Emsenhuber Date: Fri, 17 Apr 2009 19:03:46 +0000 (+0000) Subject: Fix for r49493: use correct doxygen's @param syntax X-Git-Tag: 1.31.0-rc.0~42112 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=841d869cc567abf7e1d0acde1ea59667fd1d5def;p=lhc%2Fweb%2Fwiklou.git Fix for r49493: use correct doxygen's @param syntax --- 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] */