Tweak some documentation
authorSam Reed <reedy@users.mediawiki.org>
Sun, 28 Nov 2010 15:40:15 +0000 (15:40 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Sun, 28 Nov 2010 15:40:15 +0000 (15:40 +0000)
includes/User.php

index 22a506b..528dde1 100644 (file)
@@ -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.