diff options
author | Timothy Warren <tim@timshomepage.net> | 2012-04-20 16:25:04 +0200 |
---|---|---|
committer | Timothy Warren <tim@timshomepage.net> | 2012-04-20 16:25:04 +0200 |
commit | 0688ac9ad88a03f1c56cfcd9e3c475b83301344d (patch) | |
tree | 6b6ffd771dc66b8c94a54c45449f285f4ce206a2 /system/libraries/Cache/drivers/Cache_apc.php | |
parent | 67cb3eef37fa826f56f61cfd2ac597052d9051f9 (diff) |
Start comment cleanup of libraries
Diffstat (limited to 'system/libraries/Cache/drivers/Cache_apc.php')
-rw-r--r-- | system/libraries/Cache/drivers/Cache_apc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Cache/drivers/Cache_apc.php b/system/libraries/Cache/drivers/Cache_apc.php index 59ab67533..c85034f95 100644 --- a/system/libraries/Cache/drivers/Cache_apc.php +++ b/system/libraries/Cache/drivers/Cache_apc.php @@ -75,7 +75,7 @@ class CI_Cache_apc extends CI_Driver { * Delete from Cache * * @param mixed unique identifier of the item in the cache - * @param bool true on success/false on failure + * @return bool true on success/false on failure */ public function delete($id) { |