Completed
Push — master ( a69dc8...f2f723 )
by Franck
11:05
created
src/PsrCache/Item.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
      * from the pool.
56 56
      * @param string                 $key   The item key
57 57
      * @param mixed                  $value The item value (unserialized)
58
-     * @param \DateTime|integer|null $ttl
58
+     * @param integer|null $ttl
59 59
      * @param bool                   $hit   Was this item retrived from cache?
60 60
      */
61 61
     public function __construct($key, $value = null, $ttl = null, $hit = false)
Please login to merge, or discard this patch.