Fix for r49493: use correct doxygen's @param syntax
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 17 Apr 2009 19:03:46 +0000 (19:03 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 17 Apr 2009 19:03:46 +0000 (19:03 +0000)
includes/User.php

index 8ab9b40..c1d2664 100644 (file)
@@ -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]
         */