1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

Merge branch 'develop-olympus' into develop

* develop-olympus:
  [ticket/11227] @return void -> @return null in develop-olympus.
This commit is contained in:
Andreas Fischer
2012-11-29 23:17:58 +01:00
14 changed files with 18 additions and 18 deletions

View File

@@ -41,7 +41,7 @@ class phpbb_cache_driver_xcache extends phpbb_cache_driver_memory
/**
* Purge cache data
*
* @return void
* @return null
*/
function purge()
{