aboutsummaryrefslogtreecommitdiffstats
path: root/includes/BlockCache.php
diff options
context:
space:
mode:
authorAntoine Musso <hashar@users.mediawiki.org>2004-09-03 23:00:01 +0000
committerAntoine Musso <hashar@users.mediawiki.org>2004-09-03 23:00:01 +0000
commitba2afcd9fa9b1f3f6a865da054068466164fd2fa (patch)
tree9cf9b9aad35fbc7bc02496a09e681319a380ee4d /includes/BlockCache.php
parent705bb88da0f98dd240839e43fb10b889c99c9699 (diff)
downloadmediawikicore-ba2afcd9fa9b1f3f6a865da054068466164fd2fa.tar.gz
mediawikicore-ba2afcd9fa9b1f3f6a865da054068466164fd2fa.zip
Split files and classes in different packages for phpdocumentor. I probably changed some double quotes to single and used function foo () { shema
Notes
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/5069
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
{