aboutsummaryrefslogtreecommitdiffstats
path: root/includes/CacheManager.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/CacheManager.php')
-rw-r--r--includes/CacheManager.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/CacheManager.php b/includes/CacheManager.php
index b9d164f1d1d1..1a5711be1141 100644
--- a/includes/CacheManager.php
+++ b/includes/CacheManager.php
@@ -1,6 +1,7 @@
<?php
/**
* Contain the CacheManager class
+ * @package MediaWiki
*/
/**
@@ -19,6 +20,7 @@ require_once( 'Title.php' );
* $wgUseFileCache
* $wgFileCacheDirectory
* $wgUseGzip
+ * @package MediaWiki
*/
class CacheManager {
var $mTitle, $mFileCache;