X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FHistoryBlob.php;h=d2be9e93b03cd63dd56e6c7fd9922fda25714396;hb=296c6b39e5e29dcf5cec0e872d1cddc513ab5fda;hp=d0cae363fa91f51b5ceccc908e43c1f2efc08a9c;hpb=05b8af8b91dac965c67571668187d1dc2511ae03;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/HistoryBlob.php b/includes/HistoryBlob.php index d0cae363fa..d2be9e93b0 100644 --- a/includes/HistoryBlob.php +++ b/includes/HistoryBlob.php @@ -202,7 +202,7 @@ class HistoryBlobStub { /** @var string */ public $mHash; - /** @var */ + /** @var string */ public $mRef; /** @@ -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' ) ) {