From 2358734b631b1bd31471f0762091e8319ab5dabd Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Fri, 17 Dec 2010 05:14:50 +0000 Subject: [PATCH] Fixed doc --- includes/Title.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Title.php b/includes/Title.php index 5924b1d474..089d2a8c94 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -2422,7 +2422,7 @@ class Title { * Uses link cache, adding it if necessary * * @param $flags \type{\int} a bit field; may be Title::GAID_FOR_UPDATE to select for update - * @return \type{\bool} + * @return \type{\int} */ public function getLength( $flags = 0 ) { if ( $this->mLength != -1 ) { -- 2.20.1