diff options
| author | Tristan Darricau <github@nicofuma.fr> | 2014-06-14 22:16:49 +0200 |
|---|---|---|
| committer | Tristan Darricau <github@nicofuma.fr> | 2014-06-15 16:39:31 +0200 |
| commit | b6f3bf9b0ce0b186654bfd44c0fd639599d89400 (patch) | |
| tree | 92a2ea630f00e67fa4a7853b5157f868c8b1e291 /phpBB/phpbb/cache/driver/file.php | |
| parent | 569ebd1592d4cc6938dd7a6672265405467064db (diff) | |
| download | forums-b6f3bf9b0ce0b186654bfd44c0fd639599d89400.tar forums-b6f3bf9b0ce0b186654bfd44c0fd639599d89400.tar.gz forums-b6f3bf9b0ce0b186654bfd44c0fd639599d89400.tar.bz2 forums-b6f3bf9b0ce0b186654bfd44c0fd639599d89400.tar.xz forums-b6f3bf9b0ce0b186654bfd44c0fd639599d89400.zip | |
[ticket/12715] Cleanup comments in \phpbb\cache\driver\*
PHPBB3-12715
Diffstat (limited to 'phpBB/phpbb/cache/driver/file.php')
| -rw-r--r-- | phpBB/phpbb/cache/driver/file.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/phpbb/cache/driver/file.php b/phpBB/phpbb/cache/driver/file.php index 57890cc3a2..03b7b1ea82 100644 --- a/phpBB/phpbb/cache/driver/file.php +++ b/phpBB/phpbb/cache/driver/file.php @@ -28,6 +28,8 @@ class file extends \phpbb\cache\driver\base /** * Set cache path + * + * @param string $cache_dir Define the path to the cache directory (default: $phpbb_root_path . 'cache/') */ function __construct($cache_dir = null) { |
