diff options
Diffstat (limited to 'includes/BlockCache.php')
-rw-r--r-- | includes/BlockCache.php | 2 |
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 { |