Tweak param documentation
authorSam Reed <reedy@users.mediawiki.org>
Sun, 21 Nov 2010 23:18:52 +0000 (23:18 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Sun, 21 Nov 2010 23:18:52 +0000 (23:18 +0000)
includes/User.php

index dbe6b17..6ab18f6 100644 (file)
@@ -1456,7 +1456,7 @@ class User {
 
        /**
         * Get the user's ID.
-        * @return \int The user's ID; 0 if the user is anonymous or nonexistent
+        * @return Integer The user's ID; 0 if the user is anonymous or nonexistent
         */
        function getId() {
                if( $this->mId === null and $this->mName !== null