summaryrefslogtreecommitdiffstats
path: root/system/libraries/Cache/drivers/Cache_redis.php
diff options
context:
space:
mode:
authorMasterklavi <masterklavi@gmail.com>2016-03-12 06:49:41 +0100
committerMasterklavi <masterklavi@gmail.com>2016-03-12 06:49:41 +0100
commitfb78f8576816133973ee9586c523a72cdcaeac35 (patch)
tree498dbe43c4afdcadc641301aa7e1ee731ec8a6a3 /system/libraries/Cache/drivers/Cache_redis.php
parent1c6a3f4356856899f012c6dc1ae81a21c35016e0 (diff)
Added variables to Docblocks where they are skipped
Diffstat (limited to 'system/libraries/Cache/drivers/Cache_redis.php')
-rw-r--r--system/libraries/Cache/drivers/Cache_redis.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/system/libraries/Cache/drivers/Cache_redis.php b/system/libraries/Cache/drivers/Cache_redis.php
index 81b49e2fc..a9a9e09cb 100644
--- a/system/libraries/Cache/drivers/Cache_redis.php
+++ b/system/libraries/Cache/drivers/Cache_redis.php
@@ -138,7 +138,7 @@ class CI_Cache_redis extends CI_Driver
/**
* Get cache
*
- * @param string Cache ID
+ * @param string $key Cache ID
* @return mixed
*/
public function get($key)
@@ -190,7 +190,7 @@ class CI_Cache_redis extends CI_Driver
/**
* Delete from cache
*
- * @param string Cache key
+ * @param string $key Cache key
* @return bool
*/
public function delete($key)
@@ -255,7 +255,7 @@ class CI_Cache_redis extends CI_Driver
/**
* Get cache driver info
*
- * @param string Not supported in Redis.
+ * @param string $type Not supported in Redis.
* Only included in order to offer a
* consistent cache API.
* @return array
@@ -271,7 +271,7 @@ class CI_Cache_redis extends CI_Driver
/**
* Get cache metadata
*
- * @param string Cache key
+ * @param string $key Cache key
* @return array
*/
public function get_metadata($key)