mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11230] Add missing last returns to dock block
PHPBB3-11230
This commit is contained in:
parent
b87fc1e56c
commit
dab35589fe
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,8 @@ interface driver_interface
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Unload cache object
|
* Unload cache object
|
||||||
|
*
|
||||||
|
* @return null
|
||||||
*/
|
*/
|
||||||
public function unload();
|
public function unload();
|
||||||
|
|
||||||
|
@ -56,6 +58,7 @@ interface driver_interface
|
||||||
* @param string $var_name Cache key
|
* @param string $var_name Cache key
|
||||||
* @param mixed $var Cached data to store
|
* @param mixed $var Cached data to store
|
||||||
* @param int $ttl Time-to-live of cached data
|
* @param int $ttl Time-to-live of cached data
|
||||||
|
* @return null
|
||||||
*/
|
*/
|
||||||
public function put($var_name, $var, $ttl = 0);
|
public function put($var_name, $var, $ttl = 0);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue