X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fcache%2FFileCacheBase.php;h=6d5f8c3e55a5c08a59c4c5e8e441f7eb08ed43af;hb=d67197fa116acc366419faedeeacd91158a98f8b;hp=e25f882b378f30e797520c4b49446f0ebd0c84e5;hpb=2fdcd7bfdd95a3b1515b9a94289d67eb60add484;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/cache/FileCacheBase.php b/includes/cache/FileCacheBase.php index e25f882b37..6d5f8c3e55 100644 --- a/includes/cache/FileCacheBase.php +++ b/includes/cache/FileCacheBase.php @@ -154,7 +154,7 @@ abstract class FileCacheBase { /** * Save and compress text to the cache * @param string $text - * @return string Compressed text + * @return string|false Compressed text */ public function saveText( $text ) { if ( $this->useGzip() ) {