mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 03:04:09 +02:00
[ticket/11227] @return void -> @return null in develop-olympus.
PHPBB3-11227
This commit is contained in:
@@ -80,7 +80,7 @@ class acm extends acm_memory
|
||||
/**
|
||||
* Unload the cache resources
|
||||
*
|
||||
* @return void
|
||||
* @return null
|
||||
*/
|
||||
function unload()
|
||||
{
|
||||
@@ -92,7 +92,7 @@ class acm extends acm_memory
|
||||
/**
|
||||
* Purge cache data
|
||||
*
|
||||
* @return void
|
||||
* @return null
|
||||
*/
|
||||
function purge()
|
||||
{
|
||||
|
Reference in New Issue
Block a user