1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/15726] Implement selective purge in APCu cache driver

Correcting code formatting and whitespace

PHPBB3-15726
This commit is contained in:
v12mike
2018-07-25 19:36:25 +01:00
committed by Marc Alexander
parent 7d4d9770cf
commit bf9af92220
2 changed files with 5 additions and 4 deletions

View File

@@ -61,7 +61,7 @@ class phpbb_cache_apcu_driver_test extends phpbb_cache_common_test_case
$this->driver->purge();
}
public function test_purge()
public function test_purge()
{
/* add a cache entry which does not match our key */
$foreign_key = 'test_' . $this->driver->key_prefix . 'test';