mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 02:36:38 +02:00
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/11227] @return void -> @return null in develop-olympus.
This commit is contained in:
2
phpBB/includes/cache/driver/apc.php
vendored
2
phpBB/includes/cache/driver/apc.php
vendored
@@ -26,7 +26,7 @@ class phpbb_cache_driver_apc extends phpbb_cache_driver_memory
|
||||
/**
|
||||
* Purge cache data
|
||||
*
|
||||
* @return void
|
||||
* @return null
|
||||
*/
|
||||
function purge()
|
||||
{
|
||||
|
Reference in New Issue
Block a user