Follow-up r84233: fix documentation format
authorHappy-melon <happy-melon@users.mediawiki.org>
Fri, 18 Mar 2011 13:23:05 +0000 (13:23 +0000)
committerHappy-melon <happy-melon@users.mediawiki.org>
Fri, 18 Mar 2011 13:23:05 +0000 (13:23 +0000)
includes/User.php

index 8be2b3c..9d981ac 100644 (file)
@@ -1963,7 +1963,7 @@ class User {
         *
         * @param $oname String The option to check
         * @param $defaultOverride String A default value returned if the option does not exist
-        * @bool $ignoreHidden = whether to ignore the effects of $wgHiddenPrefs
+        * @param $ignoreHidden Bool = whether to ignore the effects of $wgHiddenPrefs
         * @return String User's current value for the option
         * @see getBoolOption()
         * @see getIntOption()