From 60e5757fa104c875de084fbb3740d97bafa19070 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Wed, 19 Mar 2014 20:31:55 -0700 Subject: [ticket/11230] Use inheritdoc in docblocks in cache drivers http://tracker.phpbb.com/browse/PHPBB3-11230 PHPBB3-11230 --- phpBB/phpbb/cache/driver/eaccelerator.php | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'phpBB/phpbb/cache/driver/eaccelerator.php') 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(); -- cgit v1.2.1