mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12715] Cleanup comments in \phpbb\cache\driver\*
PHPBB3-12715
This commit is contained in:
parent
569ebd1592
commit
b6f3bf9b0c
2 changed files with 3 additions and 1 deletions
|
@ -142,7 +142,7 @@ interface driver_interface
|
||||||
* Fetch a field from the current row of a cached database result (database)
|
* Fetch a field from the current row of a cached database result (database)
|
||||||
*
|
*
|
||||||
* @param int $query_id
|
* @param int $query_id
|
||||||
* @param $field The name of the column.
|
* @param string $field The name of the column.
|
||||||
* @return string|bool The field of the query result if found in the cache,
|
* @return string|bool The field of the query result if found in the cache,
|
||||||
* otherwise false.
|
* otherwise false.
|
||||||
*/
|
*/
|
||||||
|
|
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
|
* Set cache path
|
||||||
|
*
|
||||||
|
* @param string $cache_dir Define the path to the cache directory (default: $phpbb_root_path . 'cache/')
|
||||||
*/
|
*/
|
||||||
function __construct($cache_dir = null)
|
function __construct($cache_dir = null)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue