From: Aaron Schulz Date: Fri, 17 Dec 2010 05:14:50 +0000 (+0000) Subject: Fixed doc X-Git-Tag: 1.31.0-rc.0~33257 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=2358734b631b1bd31471f0762091e8319ab5dabd;p=lhc%2Fweb%2Fwiklou.git Fixed doc --- 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 ) {