@@ -22,7 +22,6 @@ discard block |
||
22 | 22 | /** |
23 | 23 | * Retrieve an item from a cache backend |
24 | 24 | * |
25 | - * @param string $id The key to fetch |
|
26 | 25 | * |
27 | 26 | * @return string|object|null |
28 | 27 | */ |
@@ -31,7 +30,6 @@ discard block |
||
31 | 30 | /** |
32 | 31 | * Store an item in a cache backend |
33 | 32 | * |
34 | - * @param string $id The key that will be associated with the item. |
|
35 | 33 | * @param string $value The variable to store. |
36 | 34 | * @param int $value Expiration time of the item. |
37 | 35 | */ |