mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +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
|
||||
*
|
||||
* @return null
|
||||
*/
|
||||
public function unload();
|
||||
|
||||
@@ -56,6 +58,7 @@ interface driver_interface
|
||||
* @param string $var_name Cache key
|
||||
* @param mixed $var Cached data to store
|
||||
* @param int $ttl Time-to-live of cached data
|
||||
* @return null
|
||||
*/
|
||||
public function put($var_name, $var, $ttl = 0);
|
||||
|
||||
|
Reference in New Issue
Block a user