X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FHistoryBlob.php;h=56cf815e457f6af855a8a672c6473ab9f7c5b2c3;hb=c785efd25e8e8f32efe14d4f416aaf0df0b3a4a5;hp=b17a2f5e2ad6a127d4e3811f48beaf1e508c991c;hpb=75d8b6c6cd2b70d98242e1246678c12e973a5dfa;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/HistoryBlob.php b/includes/HistoryBlob.php index b17a2f5e2a..56cf815e45 100644 --- a/includes/HistoryBlob.php +++ b/includes/HistoryBlob.php @@ -239,7 +239,7 @@ class HistoryBlobStub { } /** - * @return string + * @return string|false */ function getText() { if ( isset( self::$blobCache[$this->mOldId] ) ) { @@ -590,7 +590,7 @@ class DiffHistoryBlob implements HistoryBlob { /** * Compute a binary "Adler-32" checksum as defined by LibXDiff, i.e. with - * the bytes backwards and initialised with 0 instead of 1. See bug 34428. + * the bytes backwards and initialised with 0 instead of 1. See T36428. * * @param string $s * @return string|bool False if the hash extension is not available