From: Sam Reed Date: Sun, 28 Nov 2010 15:40:15 +0000 (+0000) Subject: Tweak some documentation X-Git-Tag: 1.31.0-rc.0~33707 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=1361d07049170c7200153a0398544700878cd784;p=lhc%2Fweb%2Fwiklou.git Tweak some documentation --- diff --git a/includes/User.php b/includes/User.php index 22a506bd00..528dde1b05 100644 --- a/includes/User.php +++ b/includes/User.php @@ -301,7 +301,7 @@ class User { * User::getCanonicalName(), except that true is accepted as an alias * for 'valid', for BC. * - * @return \type{User} The User object, or false if the username is invalid + * @return User The User object, or false if the username is invalid * (e.g. if it contains illegal characters or is an IP address). If the * username is not present in the database, the result will be a user object * with a name, zero user ID and default settings.