diff options
Diffstat (limited to 'phpBB/phpbb/cache/driver/xcache.php')
-rw-r--r-- | phpBB/phpbb/cache/driver/xcache.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/phpBB/phpbb/cache/driver/xcache.php b/phpBB/phpbb/cache/driver/xcache.php index 4d0d683b3d..6c9323ec83 100644 --- a/phpBB/phpbb/cache/driver/xcache.php +++ b/phpBB/phpbb/cache/driver/xcache.php @@ -33,9 +33,7 @@ class xcache extends \phpbb\cache\driver\memory } /** - * Purge cache data - * - * @return null + * {@inheritDoc} */ function purge() { |