From be47c0a884f03d06f865a074ad9781d70ab30c90 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Sun, 21 Nov 2010 23:18:52 +0000 Subject: [PATCH] Tweak param documentation --- includes/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1