1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +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:
Matt Friedman
2014-03-19 20:31:55 -07:00
parent 82c8986aed
commit 60e5757fa1
9 changed files with 55 additions and 73 deletions

View File

@@ -56,9 +56,7 @@ class memcache extends \phpbb\cache\driver\memory
}
/**
* Unload the cache resources
*
* @return null
* {@inheritDoc}
*/
function unload()
{
@@ -68,9 +66,7 @@ class memcache extends \phpbb\cache\driver\memory
}
/**
* Purge cache data
*
* @return null
* {@inheritDoc}
*/
function purge()
{