Completed
Push — master ( 7fa340...94ff08 )
by François
01:54
created
src/Cache/CacheInterface.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
    */
Please login to merge, or discard this patch.