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

Fix whitespace

PHPBB3-15726
This commit is contained in:
v12mike 2018-07-16 06:36:38 +02:00 committed by Marc Alexander
parent 02234783c6
commit 63a3033f15
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -30,7 +30,6 @@ class apcu extends \phpbb\cache\driver\memory
(e.g. other phpBB boards hosted on this server) */
apcu_delete(new \APCUIterator('#^' . $this->key_prefix . '#'));
parent::purge();
}