mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-19 15:01:33 +02:00
[ticket/12715] Cleanup comments in \phpbb\cache\driver\*
PHPBB3-12715
This commit is contained in:
2
phpBB/phpbb/cache/driver/file.php
vendored
2
phpBB/phpbb/cache/driver/file.php
vendored
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user