1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 18:54:08 +02:00

[ticket/11227] @return void -> @return null in develop-olympus.

PHPBB3-11227
This commit is contained in:
Oleg Pudeyev
2012-11-29 15:35:21 -05:00
parent af5d8b502e
commit 65253a3023
14 changed files with 18 additions and 18 deletions

View File

@@ -33,7 +33,7 @@ class acm extends acm_memory
/**
* Purge cache data
*
* @return void
* @return null
*/
function purge()
{

View File

@@ -37,7 +37,7 @@ class acm extends acm_memory
/**
* Purge cache data
*
* @return void
* @return null
*/
function purge()
{
@@ -54,7 +54,7 @@ class acm extends acm_memory
/**
* Perform cache garbage collection
*
* @return void
* @return null
*/
function tidy()
{

View File

@@ -71,7 +71,7 @@ class acm extends acm_memory
/**
* Unload the cache resources
*
* @return void
* @return null
*/
function unload()
{
@@ -83,7 +83,7 @@ class acm extends acm_memory
/**
* Purge cache data
*
* @return void
* @return null
*/
function purge()
{

View File

@@ -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()
{

View File

@@ -32,7 +32,7 @@ class acm extends acm_memory
/**
* Purge cache data
*
* @return void
* @return null
*/
function purge()
{

View File

@@ -48,7 +48,7 @@ class acm extends acm_memory
/**
* Purge cache data
*
* @return void
* @return null
*/
function purge()
{