@@ -38,7 +38,7 @@ discard block |
||
38 | 38 | /** |
39 | 39 | * Save Cache Value. |
40 | 40 | * @param string $key |
41 | - * @param mixed $value |
|
41 | + * @param string $value |
|
42 | 42 | * @param int $expires |
43 | 43 | * @return void |
44 | 44 | */ |
@@ -59,7 +59,7 @@ discard block |
||
59 | 59 | |
60 | 60 | /** |
61 | 61 | * Delete Cache Key. |
62 | - * @param $key |
|
62 | + * @param string $key |
|
63 | 63 | */ |
64 | 64 | public function delete($key) |
65 | 65 | { |