Fixed doc
authorAaron Schulz <aaron@users.mediawiki.org>
Fri, 17 Dec 2010 05:14:50 +0000 (05:14 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Fri, 17 Dec 2010 05:14:50 +0000 (05:14 +0000)
includes/Title.php

index 5924b1d..089d2a8 100644 (file)
@@ -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 ) {