X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FHistoryBlob.php;h=d2be9e93b03cd63dd56e6c7fd9922fda25714396;hb=296c6b39e5e29dcf5cec0e872d1cddc513ab5fda;hp=06e5ecc2bbfbcea11b083e67a683905ab1bc6957;hpb=4c5e7fc7743f4de1231e2568e488f76b365ae4e7;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/HistoryBlob.php b/includes/HistoryBlob.php index 06e5ecc2bb..d2be9e93b0 100644 --- a/includes/HistoryBlob.php +++ b/includes/HistoryBlob.php @@ -197,13 +197,13 @@ class HistoryBlobStub { protected static $blobCache = array(); /** @var int */ - protected $mOldId; + public $mOldId; /** @var string */ - protected $mHash; + public $mHash; - /** @var */ - protected $mRef; + /** @var string */ + public $mRef; /** * @param string $hash The content hash of the text @@ -313,7 +313,7 @@ class HistoryBlobStub { */ class HistoryBlobCurStub { /** @var int */ - private $mCurId; + public $mCurId; /** * @param int $curid The cur_id pointed to @@ -593,7 +593,7 @@ class DiffHistoryBlob implements HistoryBlob { * the bytes backwards and initialised with 0 instead of 1. See bug 34428. * * @param string $s - * @return string|bool false if the hash extension is not available + * @return string|bool False if the hash extension is not available */ function xdiffAdler32( $s ) { if ( !function_exists( 'hash' ) ) {