From: Sam Reed Date: Sun, 21 Nov 2010 23:18:52 +0000 (+0000) Subject: Tweak param documentation X-Git-Tag: 1.31.0-rc.0~33782 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=be47c0a884f03d06f865a074ad9781d70ab30c90;p=lhc%2Fweb%2Fwiklou.git Tweak param documentation --- diff --git a/includes/User.php b/includes/User.php index dbe6b17b47..6ab18f60d8 100644 --- a/includes/User.php +++ b/includes/User.php @@ -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