aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/cache/driver/eaccelerator.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/eaccelerator.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/eaccelerator.php')
-rw-r--r--phpBB/phpbb/cache/driver/eaccelerator.php10
1 files changed, 3 insertions, 7 deletions
diff --git a/phpBB/phpbb/cache/driver/eaccelerator.php b/phpBB/phpbb/cache/driver/eaccelerator.php
index 2629cb53e5..d1ad69ef6d 100644
--- a/phpBB/phpbb/cache/driver/eaccelerator.php
+++ b/phpBB/phpbb/cache/driver/eaccelerator.php
@@ -22,9 +22,7 @@ class eaccelerator extends \phpbb\cache\driver\memory
var $serialize_header = '#phpbb-serialized#';
/**
- * Purge cache data
- *
- * @return null
+ * {@inheritDoc}
*/
function purge()
{
@@ -39,10 +37,8 @@ class eaccelerator extends \phpbb\cache\driver\memory
}
/**
- * Perform cache garbage collection
- *
- * @return null
- */
+ * {@inheritDoc}
+ */
function tidy()
{
eaccelerator_gc();