Merge "filebackend: cleaned up the FileBackend constructor"
[lhc/web/wiklou.git] / includes / cache / FileCacheBase.php
index d33f3f6..0c00c6b 100644 (file)
@@ -153,6 +153,7 @@ abstract class FileCacheBase {
 
        /**
         * Save and compress text to the cache
+        * @param string $text
         * @return string compressed text
         */
        public function saveText( $text ) {