X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fuser%2FUser.php;h=f1742b321d6e5d1d1e746623399631d95af3dc2c;hb=2b7d97e6a49c46eeb0e1018dd51ae5e79b2f373e;hp=2ee8ed246ca0eb6db7147bd9795bace98fbad91a;hpb=d64699114ead230079463af5ab4f18ed3da9153f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/user/User.php b/includes/user/User.php index 2ee8ed246c..f1742b321d 100644 --- a/includes/user/User.php +++ b/includes/user/User.php @@ -2791,7 +2791,7 @@ class User implements IDBAccessObject { * @param string $oname The option to check * @param string $defaultOverride A default value returned if the option does not exist * @param bool $ignoreHidden Whether to ignore the effects of $wgHiddenPrefs - * @return string User's current value for the option + * @return string|null User's current value for the option * @see getBoolOption() * @see getIntOption() */