mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 12:14:06 +02:00
[ticket/11230] Use inheritdoc in docblocks in cache drivers
http://tracker.phpbb.com/browse/PHPBB3-11230 PHPBB3-11230
This commit is contained in:
10
phpBB/phpbb/cache/driver/eaccelerator.php
vendored
10
phpBB/phpbb/cache/driver/eaccelerator.php
vendored
@@ -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();
|
||||
|
Reference in New Issue
Block a user