From 1361d07049170c7200153a0398544700878cd784 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Sun, 28 Nov 2010 15:40:15 +0000 Subject: [PATCH] Tweak some documentation --- includes/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.20.1