Index: trunk/phase3/includes/Title.php |
— | — | @@ -2422,7 +2422,7 @@ |
2423 | 2423 | * Uses link cache, adding it if necessary |
2424 | 2424 | * |
2425 | 2425 | * @param $flags \type{\int} a bit field; may be Title::GAID_FOR_UPDATE to select for update |
2426 | | - * @return \type{\bool} |
| 2426 | + * @return \type{\int} |
2427 | 2427 | */ |
2428 | 2428 | public function getLength( $flags = 0 ) { |
2429 | 2429 | if ( $this->mLength != -1 ) { |