aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/cache/driver/redis.php
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2014-03-19 20:31:55 -0700
committerMatt Friedman <maf675@gmail.com>2014-03-19 20:31:55 -0700
commit60e5757fa104c875de084fbb3740d97bafa19070 (patch)
treed00625dedd0d9c43114ad73a8448670fe6ba1061 /phpBB/phpbb/cache/driver/redis.php
parent82c8986aedf0b902d8db366a9eacf5fcabc2da72 (diff)
downloadforums-60e5757fa104c875de084fbb3740d97bafa19070.tar
forums-60e5757fa104c875de084fbb3740d97bafa19070.tar.gz
forums-60e5757fa104c875de084fbb3740d97bafa19070.tar.bz2
forums-60e5757fa104c875de084fbb3740d97bafa19070.tar.xz
forums-60e5757fa104c875de084fbb3740d97bafa19070.zip
[ticket/11230] Use inheritdoc in docblocks in cache drivers
http://tracker.phpbb.com/browse/PHPBB3-11230 PHPBB3-11230
Diffstat (limited to 'phpBB/phpbb/cache/driver/redis.php')
-rw-r--r--phpBB/phpbb/cache/driver/redis.php8
1 files changed, 2 insertions, 6 deletions
diff --git a/phpBB/phpbb/cache/driver/redis.php b/phpBB/phpbb/cache/driver/redis.php
index 2b6f9bf36d..2f2a32a12d 100644
--- a/phpBB/phpbb/cache/driver/redis.php
+++ b/phpBB/phpbb/cache/driver/redis.php
@@ -92,9 +92,7 @@ class redis extends \phpbb\cache\driver\memory
}
/**
- * Unload the cache resources
- *
- * @return null
+ * {@inheritDoc}
*/
function unload()
{
@@ -104,9 +102,7 @@ class redis extends \phpbb\cache\driver\memory
}
/**
- * Purge cache data
- *
- * @return null
+ * {@inheritDoc}
*/
function purge()
{