aboutsummaryrefslogtreecommitdiffstats
path: root/includes/BlockCache.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/BlockCache.php')
-rw-r--r--includes/BlockCache.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/BlockCache.php b/includes/BlockCache.php
index a4e97d5fa562..43b77a7db7b3 100644
--- a/includes/BlockCache.php
+++ b/includes/BlockCache.php
@@ -1,11 +1,13 @@
<?php
/**
* Contain the blockcache class
+ * @package MediaWiki
*/
/**
* Object for fast lookup of IP blocks
* Represents a memcached value, and in some sense, the entire ipblocks table
+ * @package MediaWiki
*/
class BlockCache
{