aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/cache/driver/memory.php
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2014-03-22 08:23:18 -0700
committerMatt Friedman <maf675@gmail.com>2014-03-22 08:23:18 -0700
commitb87fc1e56cb3701a89db2b6012f37bd75f52f29d (patch)
treeed88efc1851f863c77131dc3eb30273ab7b9122f /phpBB/phpbb/cache/driver/memory.php
parent60e5757fa104c875de084fbb3740d97bafa19070 (diff)
downloadforums-b87fc1e56cb3701a89db2b6012f37bd75f52f29d.tar
forums-b87fc1e56cb3701a89db2b6012f37bd75f52f29d.tar.gz
forums-b87fc1e56cb3701a89db2b6012f37bd75f52f29d.tar.bz2
forums-b87fc1e56cb3701a89db2b6012f37bd75f52f29d.tar.xz
forums-b87fc1e56cb3701a89db2b6012f37bd75f52f29d.zip
[ticket/11230] Update cache driver dock blocks
PHPBB3-12230
Diffstat (limited to 'phpBB/phpbb/cache/driver/memory.php')
-rw-r--r--phpBB/phpbb/cache/driver/memory.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/phpbb/cache/driver/memory.php b/phpBB/phpbb/cache/driver/memory.php
index aab180f26a..b618b0f3e6 100644
--- a/phpBB/phpbb/cache/driver/memory.php
+++ b/phpBB/phpbb/cache/driver/memory.php
@@ -400,6 +400,10 @@ abstract class memory extends \phpbb\cache\driver\base
/**
* Removes/unlinks file
+ *
+ * @param string $filename Filename to remove
+ * @param bool $check Check file permissions
+ * @return bool True if the file was successfully removed, otherwise false
*/
function remove_file($filename, $check = false)
{