mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/11230] Add missing last returns to dock block
PHPBB3-11230
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user