aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/cache/driver/redis.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2012-11-29 23:17:58 +0100
committerAndreas Fischer <bantu@phpbb.com>2012-11-29 23:17:58 +0100
commit5d783464538807ef68f34d83d963af9e93a7268b (patch)
tree11406cd46cf3ea44d2a5eeb0606c7481d5a3c96f /phpBB/includes/cache/driver/redis.php
parentaa9aa28fa25677b6b1c1dc60d7c345c4786a14e0 (diff)
parentb2a252d2748be0f18901db5fc0294566af04a2dc (diff)
downloadforums-5d783464538807ef68f34d83d963af9e93a7268b.tar
forums-5d783464538807ef68f34d83d963af9e93a7268b.tar.gz
forums-5d783464538807ef68f34d83d963af9e93a7268b.tar.bz2
forums-5d783464538807ef68f34d83d963af9e93a7268b.tar.xz
forums-5d783464538807ef68f34d83d963af9e93a7268b.zip
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/11227] @return void -> @return null in develop-olympus.
Diffstat (limited to 'phpBB/includes/cache/driver/redis.php')
-rw-r--r--phpBB/includes/cache/driver/redis.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/cache/driver/redis.php b/phpBB/includes/cache/driver/redis.php
index a768885962..d256b5600e 100644
--- a/phpBB/includes/cache/driver/redis.php
+++ b/phpBB/includes/cache/driver/redis.php
@@ -74,7 +74,7 @@ class phpbb_cache_driver_redis extends phpbb_cache_driver_memory
/**
* Unload the cache resources
*
- * @return void
+ * @return null
*/
function unload()
{
@@ -86,7 +86,7 @@ class phpbb_cache_driver_redis extends phpbb_cache_driver_memory
/**
* Purge cache data
*
- * @return void
+ * @return null
*/
function purge()
{